#214fd5

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

Shades of Cerulean Blue #214FD5

Tints of Cerulean Blue #214FD5

Color information

#214FD5 (or 0x214FD5) is unknown color: approx Cerulean Blue. HEX triplet: 21, 4F and D5. RGB value is (33,79,213). Sum of RGB (Red+Green+Blue) = 33+79+213=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 213 (83.59% from 255 or 65.54% from 325); Max value from RGB is 213 - color contains mainly: blue. Hex color #214FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214FD5 is #DEB02A. Grayscale: #4F4F4F. Windows color (decimal): -14594091 or 13979425. OLE color: 13979425.

HSL color Cylindrical-coordinate representation of color #214FD5: hue angle of 224.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214FD5 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3379213-
CMYK0.850.6300.16
HSL224.67º73.17%48.24%-
HSV(B)224.67º84.51%83.53%-
XYZ15.4310.7264.21-
YUV80.52202.7694.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.15%
GREEN value IS 79 (31.25% from 255) = 24.31%
BLUE value IS 213 (83.59% from 255) = 65.54%
R=10.15%
G=24.31%
B=65.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal33792130.850.6300.16224.6773.1748.24
Hex214FD5553F010e14930
Octal411173251257702034111160
Binary1000011001111110101011010101111111010000111000011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214fd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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