Html Css Color HEX #285AC8 Cerulean Blue

📋 copy color: '#285AC8'

red 40 ◦ green 90 ◦ blue 200

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

Shades of Cerulean Blue #285AC8

Tints of Cerulean Blue #285AC8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.27%

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

R = 12.12%
G = 27.27%
B = 60.61%

CMYK

 C value IS 0.8

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#285AC8 (or 0x285AC8) is known color: Cerulean Blue. HEX triplet: 28, 5A and C8. RGB value is (40,90,200). Sum of RGB (Red+Green+Blue) = 40+90+200=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 200 (78.52% from 255 or 60.61% from 330); Max value from RGB is 200 - color contains mainly: blue. Hex color #285AC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285AC8 is #D7A537. Grayscale: #575757. Windows color (decimal): -14132536 or 13130280. OLE color: 13130280.

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

Color convert

RGB 40 90 200 -
CMYK 0.8 0.55 0 0.22
HSL 221.25º 0.67% 0.47% -
HSV(B) 221.25º 0.8% 0.78% -
XYZ 14.96 11.93 56.16 -
YUV 87.59 191.44 94.06 -
System Red Green Blue C M Y K H S L
Decimal 40 90 200 0.8 0.55 0 0.22 221.25 0.67 0.47
Hex 28 5A C8 50 37 0 16 DD 43 2F
Octal 50 132 310 120 67 0 26 335 103 57
Binary 101000 1011010 11001000 1010000 110111 0 10110 11011101 1000011 101111

Color Harmonies of #285AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285AC8

Black with #285AC8

Text Example


Text Example

White with #285AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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