Html Css Color HEX #214ABF Cerulean Blue

📋 copy color: '#214ABF'

red 33 ◦ green 74 ◦ blue 191

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

Shades of Cerulean Blue #214ABF

Tints of Cerulean Blue #214ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.83%

 BLUE value IS 191 (75% from 255) = 64.09%

R = 11.07%
G = 24.83%
B = 64.09%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#214ABF (or 0x214ABF) is known color: Cerulean Blue. HEX triplet: 21, 4A and BF. RGB value is (33,74,191). Sum of RGB (Red+Green+Blue) = 33+74+191=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #214ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214ABF is #DEB540. Grayscale: #4A4A4A. Windows color (decimal): -14595393 or 12536353. OLE color: 12536353.

HSL color Cylindrical-coordinate representation of color #214ABF: hue angle of 224.43º degrees, saturation: 0.71, 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 #214ABF is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 74 191 -
CMYK 0.83 0.61 0 0.25
HSL 224.43º 0.71% 0.44% -
HSV(B) 224.43º 0.83% 0.75% -
XYZ 12.48 8.98 50.37 -
YUV 75.08 193.42 97.99 -
System Red Green Blue C M Y K H S L
Decimal 33 74 191 0.83 0.61 0 0.25 224.43 0.71 0.44
Hex 21 4A BF 53 3D 0 19 E0 47 2C
Octal 41 112 277 123 75 0 31 340 107 54
Binary 100001 1001010 10111111 1010011 111101 0 11001 11100000 1000111 101100

Color Harmonies of #214ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214ABF

Black with #214ABF

Text Example


Text Example

White with #214ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,74,191); }

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

background-color css

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

 a { background-color: rgb(33,74,191); }

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

border-color css

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

 span { border-color: rgb(33,74,191); }

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