Html Css Color HEX #285BC8 Cerulean Blue

📋 copy color: '#285BC8'

red 40 ◦ green 91 ◦ blue 200

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

Shades of Cerulean Blue #285BC8

Tints of Cerulean Blue #285BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 60.42%

R = 12.08%
G = 27.49%
B = 60.42%

CMYK

 C value IS 0.8

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#285BC8 (or 0x285BC8) is known color: Cerulean Blue. HEX triplet: 28, 5B and C8. RGB value is (40,91,200). Sum of RGB (Red+Green+Blue) = 40+91+200=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 200 (78.52% from 255 or 60.42% from 331); Max value from RGB is 200 - color contains mainly: blue. Hex color #285BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BC8 is #D7A437. Grayscale: #575757. Windows color (decimal): -14132280 or 13130536. OLE color: 13130536.

HSL color Cylindrical-coordinate representation of color #285BC8: hue angle of 220.88º degrees, saturation: 0.67, 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 #285BC8 is Cyan = 0.8, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 40 91 200 -
CMYK 0.8 0.54 0 0.22
HSL 220.88º 0.67% 0.47% -
HSV(B) 220.88º 0.8% 0.78% -
XYZ 15.04 12.1 56.19 -
YUV 88.18 191.1 93.64 -
System Red Green Blue C M Y K H S L
Decimal 40 91 200 0.8 0.54 0 0.22 220.88 0.67 0.47
Hex 28 5B C8 50 36 0 16 DD 43 2F
Octal 50 133 310 120 66 0 26 335 103 57
Binary 101000 1011011 11001000 1010000 110110 0 10110 11011101 1000011 101111

Color Harmonies of #285BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285BC8

Black with #285BC8

Text Example


Text Example

White with #285BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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