Html Css Color HEX #285ACB Cerulean Blue

📋 copy color: '#285ACB'

red 40 ◦ green 90 ◦ blue 203

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

Shades of Cerulean Blue #285ACB

Tints of Cerulean Blue #285ACB

RGB

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

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

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

R = 12.01%
G = 27.03%
B = 60.96%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#285ACB (or 0x285ACB) is known color: Cerulean Blue. HEX triplet: 28, 5A and CB. RGB value is (40,90,203). Sum of RGB (Red+Green+Blue) = 40+90+203=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #285ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285ACB is #D7A534. Grayscale: #575757. Windows color (decimal): -14132533 or 13326888. OLE color: 13326888.

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

Color convert

RGB 40 90 203 -
CMYK 0.80 0.56 0 0.20
HSL 221.6º 0.67% 0.48% -
HSV(B) 221.6º 0.8% 0.8% -
XYZ 15.31 12.08 58.02 -
YUV 87.93 192.94 93.81 -
System Red Green Blue C M Y K H S L
Decimal 40 90 203 0.80 0.56 0 0.20 221.6 0.67 0.48
Hex 28 5A CB 50 38 0 14 DE 43 30
Octal 50 132 313 120 70 0 24 336 103 60
Binary 101000 1011010 11001011 1010000 111000 0 10100 11011110 1000011 110000

Color Harmonies of #285ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285ACB

Black with #285ACB

Text Example


Text Example

White with #285ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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