#235ff8

Color #235FF8 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #235FF8

Tints of Royal Blue #235FF8

Color information

#235FF8 (or 0x235FF8) is unknown color: approx Royal Blue. HEX triplet: 23, 5F and F8. RGB value is (35,95,248). Sum of RGB (Red+Green+Blue) = 35+95+248=378 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.26% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 248 (97.27% from 255 or 65.61% from 378); Max value from RGB is 248 - color contains mainly: blue. Hex color #235FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #235FF8 is #DCA007. Grayscale: #5D5D5D. Windows color (decimal): -14458888 or 16277283. OLE color: 16277283.

HSL color Cylindrical-coordinate representation of color #235FF8: hue angle of 223.1º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #235FF8 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB3595248-
CMYK0.860.6200.03
HSL223.1º93.83%55.49%-
HSV(B)223.1º85.89%97.25%-
XYZ21.7315.3290.62-
YUV94.5214.6285.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 9.26%
GREEN value IS 95 (37.5% from 255) = 25.13%
BLUE value IS 248 (97.27% from 255) = 65.61%
R=9.26%
G=25.13%
B=65.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal35952480.860.6200.03223.193.8355.49
Hex235FF8563E03df5e37
Octal43137370126760333713667
Binary1000111011111111110001010110111110011110111111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235ff8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235ff8; }

 p { color: rgb(35,95,248); }

 H1.HeaderClassName
 {
   color: #235ff8;
 }
 .AnyTagClassName
 {
   color: #235ff8;
 }
</style>
background-color css

<style>
 a { background-color: #235ff8; }

 a { background-color: rgb(35,95,248); }

 div.DivClassName
 {
   background-color: #235ff8;
 }
 .BgClassName
 {
   background-color: #235ff8;
 }
</style>
border-color css

<style>
 span { border-color: #235ff8; }

 span { border-color: rgb(35,95,248); }

 td.TdClassName
 {
   border-color: #235ff8;
 }
 .TagClassName
 {
   border-color: #235ff8;
 }
</style>