Html Css Color HEX #214DBA Cerulean Blue

📋 copy color: '#214DBA'

red 33 ◦ green 77 ◦ blue 186

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

Shades of Cerulean Blue #214DBA

Tints of Cerulean Blue #214DBA

RGB

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

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

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

R = 11.15%
G = 26.01%
B = 62.84%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#214DBA (or 0x214DBA) is known color: Cerulean Blue. HEX triplet: 21, 4D and BA. RGB value is (33,77,186). Sum of RGB (Red+Green+Blue) = 33+77+186=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #214DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DBA is #DEB245. Grayscale: #4B4B4B. Windows color (decimal): -14594630 or 12209441. OLE color: 12209441.

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

Color convert

RGB 33 77 186 -
CMYK 0.82 0.59 0 0.27
HSL 222.75º 0.7% 0.43% -
HSV(B) 222.75º 0.82% 0.73% -
XYZ 12.14 9.18 47.59 -
YUV 76.27 189.92 97.14 -
System Red Green Blue C M Y K H S L
Decimal 33 77 186 0.82 0.59 0 0.27 222.75 0.7 0.43
Hex 21 4D BA 52 3B 0 1B DF 46 2B
Octal 41 115 272 122 73 0 33 337 106 53
Binary 100001 1001101 10111010 1010010 111011 0 11011 11011111 1000110 101011

Color Harmonies of #214DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214DBA

Black with #214DBA

Text Example


Text Example

White with #214DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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