Html Css Color HEX #285AAB Cerulean Blue

📋 copy color: '#285AAB'

red 40 ◦ green 90 ◦ blue 171

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

Shades of Cerulean Blue #285AAB

Tints of Cerulean Blue #285AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.81%

R = 13.29%
G = 29.9%
B = 56.81%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#285AAB (or 0x285AAB) is known color: Cerulean Blue. HEX triplet: 28, 5A and AB. RGB value is (40,90,171). Sum of RGB (Red+Green+Blue) = 40+90+171=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #285AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285AAB is #D7A554. Grayscale: #535353. Windows color (decimal): -14132565 or 11229736. OLE color: 11229736.

HSL color Cylindrical-coordinate representation of color #285AAB: hue angle of 217.1º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #285AAB is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 90 171 -
CMYK 0.77 0.47 0 0.33
HSL 217.1º 0.62% 0.41% -
HSV(B) 217.1º 0.77% 0.67% -
XYZ 11.88 10.7 39.97 -
YUV 84.28 176.94 96.41 -
System Red Green Blue C M Y K H S L
Decimal 40 90 171 0.77 0.47 0 0.33 217.1 0.62 0.41
Hex 28 5A AB 4D 2F 0 21 D9 3E 29
Octal 50 132 253 115 57 0 41 331 76 51
Binary 101000 1011010 10101011 1001101 101111 0 100001 11011001 111110 101001

Color Harmonies of #285AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285AAB

Black with #285AAB

Text Example


Text Example

White with #285AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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