Html Css Color HEX #214DBF Cerulean Blue

📋 copy color: '#214DBF'

red 33 ◦ green 77 ◦ blue 191

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

Shades of Cerulean Blue #214DBF

Tints of Cerulean Blue #214DBF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.58%

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

R = 10.96%
G = 25.58%
B = 63.46%

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

#214DBF (or 0x214DBF) is known color: Cerulean Blue. HEX triplet: 21, 4D and BF. RGB value is (33,77,191). Sum of RGB (Red+Green+Blue) = 33+77+191=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #214DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DBF is #DEB240. Grayscale: #4C4C4C. Windows color (decimal): -14594625 or 12537121. OLE color: 12537121.

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

Color convert

RGB 33 77 191 -
CMYK 0.83 0.60 0 0.25
HSL 223.29º 0.71% 0.44% -
HSV(B) 223.29º 0.83% 0.75% -
XYZ 12.69 9.39 50.43 -
YUV 76.84 192.42 96.73 -
System Red Green Blue C M Y K H S L
Decimal 33 77 191 0.83 0.60 0 0.25 223.29 0.71 0.44
Hex 21 4D BF 53 3C 0 19 DF 47 2C
Octal 41 115 277 123 74 0 31 337 107 54
Binary 100001 1001101 10111111 1010011 111100 0 11001 11011111 1000111 101100

Color Harmonies of #214DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214DBF

Black with #214DBF

Text Example


Text Example

White with #214DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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