Html Css Color HEX #214CDF Cerulean Blue

📋 copy color: '#214CDF'

red 33 ◦ green 76 ◦ blue 223

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

Shades of Cerulean Blue #214CDF

Tints of Cerulean Blue #214CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.89%

 BLUE value IS 223 (87.5% from 255) = 67.17%

R = 9.94%
G = 22.89%
B = 67.17%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#214CDF (or 0x214CDF) is known color: Cerulean Blue. HEX triplet: 21, 4C and DF. RGB value is (33,76,223). Sum of RGB (Red+Green+Blue) = 33+76+223=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #214CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214CDF is #DEB320. Grayscale: #4F4F4F. Windows color (decimal): -14594849 or 14634017. OLE color: 14634017.

HSL color Cylindrical-coordinate representation of color #214CDF: hue angle of 226.42º degrees, saturation: 0.75, 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 #214CDF is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 76 223 -
CMYK 0.85 0.66 0 0.13
HSL 226.42º 0.75% 0.5% -
HSV(B) 226.42º 0.85% 0.87% -
XYZ 16.53 10.82 71.03 -
YUV 79.9 208.75 94.55 -
System Red Green Blue C M Y K H S L
Decimal 33 76 223 0.85 0.66 0 0.13 226.42 0.75 0.5
Hex 21 4C DF 55 42 0 D E2 4B 32
Octal 41 114 337 125 102 0 15 342 113 62
Binary 100001 1001100 11011111 1010101 1000010 0 1101 11100010 1001011 110010

Color Harmonies of #214CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214CDF

Black with #214CDF

Text Example


Text Example

White with #214CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,76,223); }

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

background-color css

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

 a { background-color: rgb(33,76,223); }

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

border-color css

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

 span { border-color: rgb(33,76,223); }

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