Html Css Color HEX #214EDA Cerulean Blue

📋 copy color: '#214EDA'

red 33 ◦ green 78 ◦ blue 218

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

Shades of Cerulean Blue #214EDA

Tints of Cerulean Blue #214EDA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.71%

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

R = 10.03%
G = 23.71%
B = 66.26%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#214EDA (or 0x214EDA) is known color: Cerulean Blue. HEX triplet: 21, 4E and DA. RGB value is (33,78,218). Sum of RGB (Red+Green+Blue) = 33+78+218=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #214EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214EDA is #DEB125. Grayscale: #4F4F4F. Windows color (decimal): -14594342 or 14306849. OLE color: 14306849.

HSL color Cylindrical-coordinate representation of color #214EDA: hue angle of 225.41º 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 #214EDA is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 33 78 218 -
CMYK 0.85 0.64 0 0.15
HSL 225.41º 0.74% 0.49% -
HSV(B) 225.41º 0.85% 0.85% -
XYZ 16.01 10.83 67.58 -
YUV 80.51 205.59 94.12 -
System Red Green Blue C M Y K H S L
Decimal 33 78 218 0.85 0.64 0 0.15 225.41 0.74 0.49
Hex 21 4E DA 55 40 0 F E1 4A 31
Octal 41 116 332 125 100 0 17 341 112 61
Binary 100001 1001110 11011010 1010101 1000000 0 1111 11100001 1001010 110001

Color Harmonies of #214EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214EDA

Black with #214EDA

Text Example


Text Example

White with #214EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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