Html Css Color HEX #285ABA Cerulean Blue

📋 copy color: '#285ABA'

red 40 ◦ green 90 ◦ blue 186

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

Shades of Cerulean Blue #285ABA

Tints of Cerulean Blue #285ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.86%

R = 12.66%
G = 28.48%
B = 58.86%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#285ABA (or 0x285ABA) is known color: Cerulean Blue. HEX triplet: 28, 5A and BA. RGB value is (40,90,186). Sum of RGB (Red+Green+Blue) = 40+90+186=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #285ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285ABA is #D7A545. Grayscale: #555555. Windows color (decimal): -14132550 or 12212776. OLE color: 12212776.

HSL color Cylindrical-coordinate representation of color #285ABA: hue angle of 219.45º degrees, saturation: 0.65, 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 #285ABA is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 90 186 -
CMYK 0.78 0.52 0 0.27
HSL 219.45º 0.65% 0.44% -
HSV(B) 219.45º 0.78% 0.73% -
XYZ 13.39 11.31 47.93 -
YUV 85.99 184.44 95.19 -
System Red Green Blue C M Y K H S L
Decimal 40 90 186 0.78 0.52 0 0.27 219.45 0.65 0.44
Hex 28 5A BA 4E 34 0 1B DB 41 2C
Octal 50 132 272 116 64 0 33 333 101 54
Binary 101000 1011010 10111010 1001110 110100 0 11011 11011011 1000001 101100

Color Harmonies of #285ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285ABA

Black with #285ABA

Text Example


Text Example

White with #285ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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