Html Css Color HEX #214BBA Cerulean Blue

📋 copy color: '#214BBA'

red 33 ◦ green 75 ◦ blue 186

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

Shades of Cerulean Blue #214BBA

Tints of Cerulean Blue #214BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.51%

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

R = 11.22%
G = 25.51%
B = 63.27%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#214BBA (or 0x214BBA) is known color: Cerulean Blue. HEX triplet: 21, 4B and BA. RGB value is (33,75,186). Sum of RGB (Red+Green+Blue) = 33+75+186=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #214BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214BBA is #DEB445. Grayscale: #4A4A4A. Windows color (decimal): -14595142 or 12208929. OLE color: 12208929.

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

Color convert

RGB 33 75 186 -
CMYK 0.82 0.60 0 0.27
HSL 223.53º 0.7% 0.43% -
HSV(B) 223.53º 0.82% 0.73% -
XYZ 12.01 8.9 47.54 -
YUV 75.1 190.59 97.97 -
System Red Green Blue C M Y K H S L
Decimal 33 75 186 0.82 0.60 0 0.27 223.53 0.7 0.43
Hex 21 4B BA 52 3C 0 1B E0 46 2B
Octal 41 113 272 122 74 0 33 340 106 53
Binary 100001 1001011 10111010 1010010 111100 0 11011 11100000 1000110 101011

Color Harmonies of #214BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214BBA

Black with #214BBA

Text Example


Text Example

White with #214BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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