#214FDD

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

Shades of Cerulean Blue #214FDD

Tints of Cerulean Blue #214FDD

Color information

#214FDD (or 0x214FDD) is unknown color: approx Cerulean Blue. HEX triplet: 21, 4F and DD. RGB value is (33,79,221). Sum of RGB (Red+Green+Blue) = 33+79+221=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #214FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214FDD is #DEB022. Grayscale: #505050. Windows color (decimal): -14594083 or 14503713. OLE color: 14503713.

HSL color Cylindrical-coordinate representation of color #214FDD: hue angle of 225.32º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214FDD is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3379221-
CMYK0.850.6400.13
HSL225.32º74.02%49.8%-
HSV(B)225.32º85.07%86.67%-
XYZ16.4711.1469.69-
YUV81.43206.7693.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.91%
GREEN value IS 79 (31.25% from 255) = 23.72%
BLUE value IS 221 (86.72% from 255) = 66.37%
R=9.91%
G=23.72%
B=66.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal33792210.850.6400.13225.3274.0249.8
Hex214FDD55400De14a32
Octal4111733512510001534111262
Binary1000011001111110111011010101100000001101111000011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,79,221); }

 H1.HeaderClassName
 {
   color: #214FDD;
 }
 .AnyTagClassName
 {
   color: #214FDD;
 }
</style>
background-color css

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

 a { background-color: rgb(33,79,221); }

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

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

 span { border-color: rgb(33,79,221); }

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