Html Css Color HEX #285ED5 Cerulean Blue

📋 copy color: '#285ED5'

red 40 ◦ green 94 ◦ blue 213

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

Shades of Cerulean Blue #285ED5

Tints of Cerulean Blue #285ED5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 213 (83.59% from 255) = 61.38%

R = 11.53%
G = 27.09%
B = 61.38%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#285ED5 (or 0x285ED5) is known color: Cerulean Blue. HEX triplet: 28, 5E and D5. RGB value is (40,94,213). Sum of RGB (Red+Green+Blue) = 40+94+213=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 213 (83.59% from 255 or 61.38% from 347); Max value from RGB is 213 - color contains mainly: blue. Hex color #285ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285ED5 is #D7A12A. Grayscale: #5A5A5A. Windows color (decimal): -14131499 or 13983272. OLE color: 13983272.

HSL color Cylindrical-coordinate representation of color #285ED5: hue angle of 221.27º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #285ED5 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 94 213 -
CMYK 0.81 0.56 0 0.16
HSL 221.27º 0.68% 0.5% -
HSV(B) 221.27º 0.81% 0.84% -
XYZ 16.89 13.26 64.62 -
YUV 91.42 196.61 91.32 -
System Red Green Blue C M Y K H S L
Decimal 40 94 213 0.81 0.56 0 0.16 221.27 0.68 0.5
Hex 28 5E D5 51 38 0 10 DD 44 32
Octal 50 136 325 121 70 0 20 335 104 62
Binary 101000 1011110 11010101 1010001 111000 0 10000 11011101 1000100 110010

Color Harmonies of #285ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285ED5

Black with #285ED5

Text Example


Text Example

White with #285ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,94,213); }

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

background-color css

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

 a { background-color: rgb(40,94,213); }

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

border-color css

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

 span { border-color: rgb(40,94,213); }

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