Html Css Color HEX #214CBE Cerulean Blue

📋 copy color: '#214CBE'

red 33 ◦ green 76 ◦ blue 190

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

Shades of Cerulean Blue #214CBE

Tints of Cerulean Blue #214CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.55%

R = 11.04%
G = 25.42%
B = 63.55%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#214CBE (or 0x214CBE) is known color: Cerulean Blue. HEX triplet: 21, 4C and BE. RGB value is (33,76,190). Sum of RGB (Red+Green+Blue) = 33+76+190=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #214CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214CBE is #DEB341. Grayscale: #4B4B4B. Windows color (decimal): -14594882 or 12471329. OLE color: 12471329.

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

Color convert

RGB 33 76 190 -
CMYK 0.83 0.60 0 0.25
HSL 223.57º 0.7% 0.44% -
HSV(B) 223.57º 0.83% 0.75% -
XYZ 12.51 9.21 49.83 -
YUV 76.14 192.25 97.23 -
System Red Green Blue C M Y K H S L
Decimal 33 76 190 0.83 0.60 0 0.25 223.57 0.7 0.44
Hex 21 4C BE 53 3C 0 19 E0 46 2C
Octal 41 114 276 123 74 0 31 340 106 54
Binary 100001 1001100 10111110 1010011 111100 0 11001 11100000 1000110 101100

Color Harmonies of #214CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214CBE

Black with #214CBE

Text Example


Text Example

White with #214CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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