Html Css Color HEX #214BCD Cerulean Blue

📋 copy color: '#214BCD'

red 33 ◦ green 75 ◦ blue 205

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

Shades of Cerulean Blue #214BCD

Tints of Cerulean Blue #214BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.96%

 BLUE value IS 205 (80.47% from 255) = 65.5%

R = 10.54%
G = 23.96%
B = 65.5%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#214BCD (or 0x214BCD) is known color: Cerulean Blue. HEX triplet: 21, 4B and CD. RGB value is (33,75,205). Sum of RGB (Red+Green+Blue) = 33+75+205=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #214BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214BCD is #DEB432. Grayscale: #4C4C4C. Windows color (decimal): -14595123 or 13454113. OLE color: 13454113.

HSL color Cylindrical-coordinate representation of color #214BCD: hue angle of 225.35º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #214BCD is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 75 205 -
CMYK 0.84 0.63 0 0.20
HSL 225.35º 0.72% 0.47% -
HSV(B) 225.35º 0.84% 0.8% -
XYZ 14.16 9.76 58.9 -
YUV 77.26 200.09 96.43 -
System Red Green Blue C M Y K H S L
Decimal 33 75 205 0.84 0.63 0 0.20 225.35 0.72 0.47
Hex 21 4B CD 54 3F 0 14 E1 48 2F
Octal 41 113 315 124 77 0 24 341 110 57
Binary 100001 1001011 11001101 1010100 111111 0 10100 11100001 1001000 101111

Color Harmonies of #214BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214BCD

Black with #214BCD

Text Example


Text Example

White with #214BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,75,205); }

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

background-color css

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

 a { background-color: rgb(33,75,205); }

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

border-color css

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

 span { border-color: rgb(33,75,205); }

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