Html Css Color HEX #214EC1 Cerulean Blue

📋 copy color: '#214EC1'

red 33 ◦ green 78 ◦ blue 193

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

Shades of Cerulean Blue #214EC1

Tints of Cerulean Blue #214EC1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.66%

 BLUE value IS 193 (75.78% from 255) = 63.49%

R = 10.86%
G = 25.66%
B = 63.49%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#214EC1 (or 0x214EC1) is known color: Cerulean Blue. HEX triplet: 21, 4E and C1. RGB value is (33,78,193). Sum of RGB (Red+Green+Blue) = 33+78+193=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 193 (75.78% from 255 or 63.49% from 304); Max value from RGB is 193 - color contains mainly: blue. Hex color #214EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214EC1 is #DEB13E. Grayscale: #4D4D4D. Windows color (decimal): -14594367 or 12668449. OLE color: 12668449.

HSL color Cylindrical-coordinate representation of color #214EC1: hue angle of 223.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #214EC1 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 78 193 -
CMYK 0.83 0.60 0 0.24
HSL 223.13º 0.71% 0.44% -
HSV(B) 223.13º 0.83% 0.76% -
XYZ 12.98 9.62 51.63 -
YUV 77.66 193.09 96.15 -
System Red Green Blue C M Y K H S L
Decimal 33 78 193 0.83 0.60 0 0.24 223.13 0.71 0.44
Hex 21 4E C1 53 3C 0 18 DF 47 2C
Octal 41 116 301 123 74 0 30 337 107 54
Binary 100001 1001110 11000001 1010011 111100 0 11000 11011111 1000111 101100

Color Harmonies of #214EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214EC1

Black with #214EC1

Text Example


Text Example

White with #214EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,78,193); }

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

background-color css

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

 a { background-color: rgb(33,78,193); }

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

border-color css

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

 span { border-color: rgb(33,78,193); }

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