Html Css Color HEX #285BB9 Cerulean Blue

📋 copy color: '#285BB9'

red 40 ◦ green 91 ◦ blue 185

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

Shades of Cerulean Blue #285BB9

Tints of Cerulean Blue #285BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 58.54%

R = 12.66%
G = 28.8%
B = 58.54%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#285BB9 (or 0x285BB9) is known color: Cerulean Blue. HEX triplet: 28, 5B and B9. RGB value is (40,91,185). Sum of RGB (Red+Green+Blue) = 40+91+185=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 185 (72.66% from 255 or 58.54% from 316); Max value from RGB is 185 - color contains mainly: blue. Hex color #285BB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BB9 is #D7A446. Grayscale: #565656. Windows color (decimal): -14132295 or 12147496. OLE color: 12147496.

HSL color Cylindrical-coordinate representation of color #285BB9: hue angle of 218.9º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #285BB9 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 91 185 -
CMYK 0.78 0.51 0 0.27
HSL 218.9º 0.64% 0.44% -
HSV(B) 218.9º 0.78% 0.73% -
XYZ 13.37 11.44 47.4 -
YUV 86.47 183.6 94.86 -
System Red Green Blue C M Y K H S L
Decimal 40 91 185 0.78 0.51 0 0.27 218.9 0.64 0.44
Hex 28 5B B9 4E 33 0 1B DB 40 2C
Octal 50 133 271 116 63 0 33 333 100 54
Binary 101000 1011011 10111001 1001110 110011 0 11011 11011011 1000000 101100

Color Harmonies of #285BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285BB9

Black with #285BB9

Text Example


Text Example

White with #285BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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