Html Css Color HEX #285CCB Cerulean Blue

📋 copy color: '#285CCB'

red 40 ◦ green 92 ◦ blue 203

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

Shades of Cerulean Blue #285CCB

Tints of Cerulean Blue #285CCB

RGB

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

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

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

R = 11.94%
G = 27.46%
B = 60.6%

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

#285CCB (or 0x285CCB) is known color: Cerulean Blue. HEX triplet: 28, 5C and CB. RGB value is (40,92,203). Sum of RGB (Red+Green+Blue) = 40+92+203=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #285CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285CCB is #D7A334. Grayscale: #585858. Windows color (decimal): -14132021 or 13327400. OLE color: 13327400.

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

Color convert

RGB 40 92 203 -
CMYK 0.80 0.55 0 0.20
HSL 220.86º 0.67% 0.48% -
HSV(B) 220.86º 0.8% 0.8% -
XYZ 15.48 12.42 58.08 -
YUV 89.11 192.27 92.97 -
System Red Green Blue C M Y K H S L
Decimal 40 92 203 0.80 0.55 0 0.20 220.86 0.67 0.48
Hex 28 5C CB 50 37 0 14 DD 43 30
Octal 50 134 313 120 67 0 24 335 103 60
Binary 101000 1011100 11001011 1010000 110111 0 10100 11011101 1000011 110000

Color Harmonies of #285CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CCB

Black with #285CCB

Text Example


Text Example

White with #285CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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