Html Css Color HEX #285AD1 Cerulean Blue

📋 copy color: '#285AD1'

red 40 ◦ green 90 ◦ blue 209

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

Shades of Cerulean Blue #285AD1

Tints of Cerulean Blue #285AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 61.65%

R = 11.8%
G = 26.55%
B = 61.65%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#285AD1 (or 0x285AD1) is known color: Cerulean Blue. HEX triplet: 28, 5A and D1. RGB value is (40,90,209). Sum of RGB (Red+Green+Blue) = 40+90+209=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 209 (82.03% from 255 or 61.65% from 339); Max value from RGB is 209 - color contains mainly: blue. Hex color #285AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285AD1 is #D7A52E. Grayscale: #585858. Windows color (decimal): -14132527 or 13720104. OLE color: 13720104.

HSL color Cylindrical-coordinate representation of color #285AD1: hue angle of 222.25º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #285AD1 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 40 90 209 -
CMYK 0.81 0.57 0 0.18
HSL 222.25º 0.68% 0.49% -
HSV(B) 222.25º 0.81% 0.82% -
XYZ 16.04 12.37 61.86 -
YUV 88.62 195.94 93.32 -
System Red Green Blue C M Y K H S L
Decimal 40 90 209 0.81 0.57 0 0.18 222.25 0.68 0.49
Hex 28 5A D1 51 39 0 12 DE 44 31
Octal 50 132 321 121 71 0 22 336 104 61
Binary 101000 1011010 11010001 1010001 111001 0 10010 11011110 1000100 110001

Color Harmonies of #285AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285AD1

Black with #285AD1

Text Example


Text Example

White with #285AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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