#214EDA

Color #214EDA Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #214EDA

Tints of Cerulean Blue #214EDA

Color information

#214EDA (or 0x214EDA) is unknown color: approx 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

RGB3378218-
CMYK0.850.6400.15
HSL225.41º73.71%49.22%-
HSV(B)225.41º84.86%85.49%-
XYZ16.0110.8367.58-
YUV80.5205.5994.12-

RGB Variations

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

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 (Cyan) values IS 0.85
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal33782180.850.6400.15225.4173.7149.22
Hex214EDA55400Fe14a31
Octal4111633212510001734111261
Binary1000011001110110110101010101100000001111111000011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>