Html Css Color HEX #214FBA Cerulean Blue

📋 copy color: '#214FBA'

red 33 ◦ green 79 ◦ blue 186

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

Shades of Cerulean Blue #214FBA

Tints of Cerulean Blue #214FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.51%

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

R = 11.07%
G = 26.51%
B = 62.42%

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

#214FBA (or 0x214FBA) is known color: Cerulean Blue. HEX triplet: 21, 4F and BA. RGB value is (33,79,186). Sum of RGB (Red+Green+Blue) = 33+79+186=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #214FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214FBA is #DEB045. Grayscale: #4C4C4C. Windows color (decimal): -14594118 or 12209953. OLE color: 12209953.

HSL color Cylindrical-coordinate representation of color #214FBA: hue angle of 221.96º 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 #214FBA is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 79 186 -
CMYK 0.82 0.58 0 0.27
HSL 221.96º 0.7% 0.43% -
HSV(B) 221.96º 0.82% 0.73% -
XYZ 12.29 9.46 47.63 -
YUV 77.44 189.26 96.3 -
System Red Green Blue C M Y K H S L
Decimal 33 79 186 0.82 0.58 0 0.27 221.96 0.7 0.43
Hex 21 4F BA 52 3A 0 1B DE 46 2B
Octal 41 117 272 122 72 0 33 336 106 53
Binary 100001 1001111 10111010 1010010 111010 0 11011 11011110 1000110 101011

Color Harmonies of #214FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214FBA

Black with #214FBA

Text Example


Text Example

White with #214FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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