Html Css Color HEX #214CBD Cerulean Blue

📋 copy color: '#214CBD'

red 33 ◦ green 76 ◦ blue 189

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

Shades of Cerulean Blue #214CBD

Tints of Cerulean Blue #214CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.42%

R = 11.07%
G = 25.5%
B = 63.42%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#214CBD (or 0x214CBD) is known color: Cerulean Blue. HEX triplet: 21, 4C and BD. RGB value is (33,76,189). Sum of RGB (Red+Green+Blue) = 33+76+189=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #214CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214CBD is #DEB342. Grayscale: #4B4B4B. Windows color (decimal): -14594883 or 12405793. OLE color: 12405793.

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

Color convert

RGB 33 76 189 -
CMYK 0.83 0.60 0 0.26
HSL 223.46º 0.7% 0.44% -
HSV(B) 223.46º 0.83% 0.74% -
XYZ 12.4 9.17 49.26 -
YUV 76.03 191.75 97.31 -
System Red Green Blue C M Y K H S L
Decimal 33 76 189 0.83 0.60 0 0.26 223.46 0.7 0.44
Hex 21 4C BD 53 3C 0 1A DF 46 2C
Octal 41 114 275 123 74 0 32 337 106 54
Binary 100001 1001100 10111101 1010011 111100 0 11010 11011111 1000110 101100

Color Harmonies of #214CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214CBD

Black with #214CBD

Text Example


Text Example

White with #214CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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