Html Css Color HEX #285CD2 Cerulean Blue

📋 copy color: '#285CD2'

red 40 ◦ green 92 ◦ blue 210

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

Shades of Cerulean Blue #285CD2

Tints of Cerulean Blue #285CD2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.9%

 BLUE value IS 210 (82.42% from 255) = 61.4%

R = 11.7%
G = 26.9%
B = 61.4%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#285CD2 (or 0x285CD2) is known color: Cerulean Blue. HEX triplet: 28, 5C and D2. RGB value is (40,92,210). Sum of RGB (Red+Green+Blue) = 40+92+210=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 210 (82.42% from 255 or 61.40% from 342); Max value from RGB is 210 - color contains mainly: blue. Hex color #285CD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285CD2 is #D7A32D. Grayscale: #595959. Windows color (decimal): -14132014 or 13786152. OLE color: 13786152.

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

Color convert

RGB 40 92 210 -
CMYK 0.81 0.56 0 0.18
HSL 221.65º 0.68% 0.49% -
HSV(B) 221.65º 0.81% 0.82% -
XYZ 16.34 12.76 62.57 -
YUV 89.9 195.77 92.41 -
System Red Green Blue C M Y K H S L
Decimal 40 92 210 0.81 0.56 0 0.18 221.65 0.68 0.49
Hex 28 5C D2 51 38 0 12 DE 44 31
Octal 50 134 322 121 70 0 22 336 104 61
Binary 101000 1011100 11010010 1010001 111000 0 10010 11011110 1000100 110001

Color Harmonies of #285CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CD2

Black with #285CD2

Text Example


Text Example

White with #285CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,92,210); }

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

background-color css

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

 a { background-color: rgb(40,92,210); }

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

border-color css

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

 span { border-color: rgb(40,92,210); }

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