Html Css Color HEX #285BC6 Cerulean Blue

📋 copy color: '#285BC6'

red 40 ◦ green 91 ◦ blue 198

#285BC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #285BC6

Tints of Cerulean Blue #285BC6

RGB

 RED value IS 40 (16.02% from 255) = 12.16%

 GREEN value IS 91 (35.94% from 255) = 27.66%

 BLUE value IS 198 (77.73% from 255) = 60.18%

R = 12.16%
G = 27.66%
B = 60.18%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#285BC6 (or 0x285BC6) is known color: Cerulean Blue. HEX triplet: 28, 5B and C6. RGB value is (40,91,198). Sum of RGB (Red+Green+Blue) = 40+91+198=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 198 (77.73% from 255 or 60.18% from 329); Max value from RGB is 198 - color contains mainly: blue. Hex color #285BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BC6 is #D7A439. Grayscale: #575757. Windows color (decimal): -14132282 or 12999464. OLE color: 12999464.

HSL color Cylindrical-coordinate representation of color #285BC6: hue angle of 220.63º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #285BC6 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 40 91 198 -
CMYK 0.80 0.54 0 0.22
HSL 220.63º 0.66% 0.47% -
HSV(B) 220.63º 0.8% 0.78% -
XYZ 14.81 12.01 54.96 -
YUV 87.95 190.1 93.8 -
System Red Green Blue C M Y K H S L
Decimal 40 91 198 0.80 0.54 0 0.22 220.63 0.66 0.47
Hex 28 5B C6 50 36 0 16 DD 42 2F
Octal 50 133 306 120 66 0 26 335 102 57
Binary 101000 1011011 11000110 1010000 110110 0 10110 11011101 1000010 101111

Color Harmonies of #285BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285BC6

Black with #285BC6

Text Example


Text Example

White with #285BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285BC6; }

 p { color: rgb(40,91,198); }

 H1.HeaderClassName
 {
   color: #285BC6;
 }
 .AnyTagClassName
 {
   color: #285BC6;
 }
</style>

background-color css

<style>
 a { background-color: #285BC6; }

 a { background-color: rgb(40,91,198); }

 div.DivClassName
 {
   background-color: #285BC6;
 }
 .BgClassName
 {
   background-color: #285BC6;
 }
</style>

border-color css

<style>
 span { border-color: #285BC6; }

 span { border-color: rgb(40,91,198); }

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