Html Css Color HEX #214ACE Cerulean Blue

📋 copy color: '#214ACE'

red 33 ◦ green 74 ◦ blue 206

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

Shades of Cerulean Blue #214ACE

Tints of Cerulean Blue #214ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.64%

 BLUE value IS 206 (80.86% from 255) = 65.81%

R = 10.54%
G = 23.64%
B = 65.81%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#214ACE (or 0x214ACE) is known color: Cerulean Blue. HEX triplet: 21, 4A and CE. RGB value is (33,74,206). Sum of RGB (Red+Green+Blue) = 33+74+206=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #214ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214ACE is #DEB531. Grayscale: #4C4C4C. Windows color (decimal): -14595378 or 13519393. OLE color: 13519393.

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

Color convert

RGB 33 74 206 -
CMYK 0.84 0.64 0 0.19
HSL 225.78º 0.72% 0.47% -
HSV(B) 225.78º 0.84% 0.81% -
XYZ 14.22 9.68 59.51 -
YUV 76.79 200.92 96.77 -
System Red Green Blue C M Y K H S L
Decimal 33 74 206 0.84 0.64 0 0.19 225.78 0.72 0.47
Hex 21 4A CE 54 40 0 13 E2 48 2F
Octal 41 112 316 124 100 0 23 342 110 57
Binary 100001 1001010 11001110 1010100 1000000 0 10011 11100010 1001000 101111

Color Harmonies of #214ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214ACE

Black with #214ACE

Text Example


Text Example

White with #214ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,74,206); }

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

background-color css

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

 a { background-color: rgb(33,74,206); }

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

border-color css

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

 span { border-color: rgb(33,74,206); }

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