Html Css Color HEX #215EDA Cerulean Blue

📋 copy color: '#215EDA'

red 33 ◦ green 94 ◦ blue 218

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

Shades of Cerulean Blue #215EDA

Tints of Cerulean Blue #215EDA

RGB

 RED value IS 33 (13.28% from 255) = 9.57%

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

 BLUE value IS 218 (85.55% from 255) = 63.19%

R = 9.57%
G = 27.25%
B = 63.19%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#215EDA (or 0x215EDA) is known color: Cerulean Blue. HEX triplet: 21, 5E and DA. RGB value is (33,94,218). Sum of RGB (Red+Green+Blue) = 33+94+218=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #215EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215EDA is #DEA125. Grayscale: #595959. Windows color (decimal): -14590246 or 14310945. OLE color: 14310945.

HSL color Cylindrical-coordinate representation of color #215EDA: hue angle of 220.22º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #215EDA is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 33 94 218 -
CMYK 0.85 0.57 0 0.15
HSL 220.22º 0.74% 0.49% -
HSV(B) 220.22º 0.85% 0.85% -
XYZ 17.28 13.39 68 -
YUV 89.9 200.29 87.42 -
System Red Green Blue C M Y K H S L
Decimal 33 94 218 0.85 0.57 0 0.15 220.22 0.74 0.49
Hex 21 5E DA 55 39 0 F DC 4A 31
Octal 41 136 332 125 71 0 17 334 112 61
Binary 100001 1011110 11011010 1010101 111001 0 1111 11011100 1001010 110001

Color Harmonies of #215EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215EDA

Black with #215EDA

Text Example


Text Example

White with #215EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215EDA; }

 p { color: rgb(33,94,218); }

 H1.HeaderClassName
 {
   color: #215EDA;
 }
 .AnyTagClassName
 {
   color: #215EDA;
 }
</style>

background-color css

<style>
 a { background-color: #215EDA; }

 a { background-color: rgb(33,94,218); }

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

border-color css

<style>
 span { border-color: #215EDA; }

 span { border-color: rgb(33,94,218); }

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