Html Css Color HEX #285BCB Cerulean Blue

📋 copy color: '#285BCB'

red 40 ◦ green 91 ◦ blue 203

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

Shades of Cerulean Blue #285BCB

Tints of Cerulean Blue #285BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.78%

R = 11.98%
G = 27.25%
B = 60.78%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#285BCB (or 0x285BCB) is known color: Cerulean Blue. HEX triplet: 28, 5B and CB. RGB value is (40,91,203). Sum of RGB (Red+Green+Blue) = 40+91+203=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #285BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BCB is #D7A434. Grayscale: #585858. Windows color (decimal): -14132277 or 13327144. OLE color: 13327144.

HSL color Cylindrical-coordinate representation of color #285BCB: hue angle of 221.23º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #285BCB is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 91 203 -
CMYK 0.80 0.55 0 0.20
HSL 221.23º 0.67% 0.48% -
HSV(B) 221.23º 0.8% 0.8% -
XYZ 15.4 12.25 58.05 -
YUV 88.52 192.6 93.39 -
System Red Green Blue C M Y K H S L
Decimal 40 91 203 0.80 0.55 0 0.20 221.23 0.67 0.48
Hex 28 5B CB 50 37 0 14 DD 43 30
Octal 50 133 313 120 67 0 24 335 103 60
Binary 101000 1011011 11001011 1010000 110111 0 10100 11011101 1000011 110000

Color Harmonies of #285BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285BCB

Black with #285BCB

Text Example


Text Example

White with #285BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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