Html Css Color HEX #2149BA Cerulean Blue

📋 copy color: '#2149BA'

red 33 ◦ green 73 ◦ blue 186

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

Shades of Cerulean Blue #2149BA

Tints of Cerulean Blue #2149BA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25%

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

R = 11.3%
G = 25%
B = 63.7%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2149BA (or 0x2149BA) is known color: Cerulean Blue. HEX triplet: 21, 49 and BA. RGB value is (33,73,186). Sum of RGB (Red+Green+Blue) = 33+73+186=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #2149BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2149BA is #DEB645. Grayscale: #494949. Windows color (decimal): -14595654 or 12208417. OLE color: 12208417.

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

Color convert

RGB 33 73 186 -
CMYK 0.82 0.61 0 0.27
HSL 224.31º 0.7% 0.43% -
HSV(B) 224.31º 0.82% 0.73% -
XYZ 11.87 8.63 47.5 -
YUV 73.92 191.25 98.81 -
System Red Green Blue C M Y K H S L
Decimal 33 73 186 0.82 0.61 0 0.27 224.31 0.7 0.43
Hex 21 49 BA 52 3D 0 1B E0 46 2B
Octal 41 111 272 122 75 0 33 340 106 53
Binary 100001 1001001 10111010 1010010 111101 0 11011 11100000 1000110 101011

Color Harmonies of #2149BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2149BA

Black with #2149BA

Text Example


Text Example

White with #2149BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2149BA; }

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

 H1.HeaderClassName
 {
   color: #2149BA;
 }
 .AnyTagClassName
 {
   color: #2149BA;
 }
</style>

background-color css

<style>
 a { background-color: #2149BA; }

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

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

border-color css

<style>
 span { border-color: #2149BA; }

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

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