Html Css Color HEX #285CB2 Cerulean Blue

📋 copy color: '#285CB2'

red 40 ◦ green 92 ◦ blue 178

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

Shades of Cerulean Blue #285CB2

Tints of Cerulean Blue #285CB2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.68%

 BLUE value IS 178 (69.92% from 255) = 57.42%

R = 12.9%
G = 29.68%
B = 57.42%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#285CB2 (or 0x285CB2) is known color: Cerulean Blue. HEX triplet: 28, 5C and B2. RGB value is (40,92,178). Sum of RGB (Red+Green+Blue) = 40+92+178=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 178 (69.92% from 255 or 57.42% from 310); Max value from RGB is 178 - color contains mainly: blue. Hex color #285CB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285CB2 is #D7A34D. Grayscale: #555555. Windows color (decimal): -14132046 or 11689000. OLE color: 11689000.

HSL color Cylindrical-coordinate representation of color #285CB2: hue angle of 217.39º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #285CB2 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 40 92 178 -
CMYK 0.78 0.48 0 0.30
HSL 217.39º 0.63% 0.43% -
HSV(B) 217.39º 0.78% 0.7% -
XYZ 12.74 11.32 43.63 -
YUV 86.26 179.77 95.01 -
System Red Green Blue C M Y K H S L
Decimal 40 92 178 0.78 0.48 0 0.30 217.39 0.63 0.43
Hex 28 5C B2 4E 30 0 1E D9 3F 2B
Octal 50 134 262 116 60 0 36 331 77 53
Binary 101000 1011100 10110010 1001110 110000 0 11110 11011001 111111 101011

Color Harmonies of #285CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CB2

Black with #285CB2

Text Example


Text Example

White with #285CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,92,178); }

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

background-color css

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

 a { background-color: rgb(40,92,178); }

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

border-color css

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

 span { border-color: rgb(40,92,178); }

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