Html Css Color HEX #214EBA Cerulean Blue

📋 copy color: '#214EBA'

red 33 ◦ green 78 ◦ blue 186

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

Shades of Cerulean Blue #214EBA

Tints of Cerulean Blue #214EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.63%

R = 11.11%
G = 26.26%
B = 62.63%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#214EBA (or 0x214EBA) is known color: Cerulean Blue. HEX triplet: 21, 4E and BA. RGB value is (33,78,186). Sum of RGB (Red+Green+Blue) = 33+78+186=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #214EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214EBA is #DEB145. Grayscale: #4C4C4C. Windows color (decimal): -14594374 or 12209697. OLE color: 12209697.

HSL color Cylindrical-coordinate representation of color #214EBA: hue angle of 222.35º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #214EBA is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 78 186 -
CMYK 0.82 0.58 0 0.27
HSL 222.35º 0.7% 0.43% -
HSV(B) 222.35º 0.82% 0.73% -
XYZ 12.21 9.32 47.61 -
YUV 76.86 189.59 96.72 -
System Red Green Blue C M Y K H S L
Decimal 33 78 186 0.82 0.58 0 0.27 222.35 0.7 0.43
Hex 21 4E BA 52 3A 0 1B DE 46 2B
Octal 41 116 272 122 72 0 33 336 106 53
Binary 100001 1001110 10111010 1010010 111010 0 11011 11011110 1000110 101011

Color Harmonies of #214EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214EBA

Black with #214EBA

Text Example


Text Example

White with #214EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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