Html Css Color HEX #285ECB Cerulean Blue

📋 copy color: '#285ECB'

red 40 ◦ green 94 ◦ blue 203

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

Shades of Cerulean Blue #285ECB

Tints of Cerulean Blue #285ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.89%

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

R = 11.87%
G = 27.89%
B = 60.24%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#285ECB (or 0x285ECB) is known color: Cerulean Blue. HEX triplet: 28, 5E and CB. RGB value is (40,94,203). Sum of RGB (Red+Green+Blue) = 40+94+203=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #285ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285ECB is #D7A134. Grayscale: #595959. Windows color (decimal): -14131509 or 13327912. OLE color: 13327912.

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

Color convert

RGB 40 94 203 -
CMYK 0.80 0.54 0 0.20
HSL 220.12º 0.67% 0.48% -
HSV(B) 220.12º 0.8% 0.8% -
XYZ 15.66 12.77 58.14 -
YUV 90.28 191.61 92.14 -
System Red Green Blue C M Y K H S L
Decimal 40 94 203 0.80 0.54 0 0.20 220.12 0.67 0.48
Hex 28 5E CB 50 36 0 14 DC 43 30
Octal 50 136 313 120 66 0 24 334 103 60
Binary 101000 1011110 11001011 1010000 110110 0 10100 11011100 1000011 110000

Color Harmonies of #285ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285ECB

Black with #285ECB

Text Example


Text Example

White with #285ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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