Html Css Color HEX #214CCC Cerulean Blue

📋 copy color: '#214CCC'

red 33 ◦ green 76 ◦ blue 204

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

Shades of Cerulean Blue #214CCC

Tints of Cerulean Blue #214CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 65.18%

R = 10.54%
G = 24.28%
B = 65.18%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#214CCC (or 0x214CCC) is known color: Cerulean Blue. HEX triplet: 21, 4C and CC. RGB value is (33,76,204). Sum of RGB (Red+Green+Blue) = 33+76+204=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #214CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214CCC is #DEB333. Grayscale: #4D4D4D. Windows color (decimal): -14594868 or 13388833. OLE color: 13388833.

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

Color convert

RGB 33 76 204 -
CMYK 0.84 0.63 0 0.2
HSL 224.91º 0.72% 0.46% -
HSV(B) 224.91º 0.84% 0.8% -
XYZ 14.11 9.85 58.28 -
YUV 77.74 199.25 96.09 -
System Red Green Blue C M Y K H S L
Decimal 33 76 204 0.84 0.63 0 0.2 224.91 0.72 0.46
Hex 21 4C CC 54 3F 0 14 E1 48 2E
Octal 41 114 314 124 77 0 24 341 110 56
Binary 100001 1001100 11001100 1010100 111111 0 10100 11100001 1001000 101110

Color Harmonies of #214CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214CCC

Black with #214CCC

Text Example


Text Example

White with #214CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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