Html Css Color HEX #2149BE Cerulean Blue

📋 copy color: '#2149BE'

red 33 ◦ green 73 ◦ blue 190

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

Shades of Cerulean Blue #2149BE

Tints of Cerulean Blue #2149BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.19%

R = 11.15%
G = 24.66%
B = 64.19%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2149BE (or 0x2149BE) is known color: Cerulean Blue. HEX triplet: 21, 49 and BE. RGB value is (33,73,190). Sum of RGB (Red+Green+Blue) = 33+73+190=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #2149BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2149BE is #DEB641. Grayscale: #494949. Windows color (decimal): -14595650 or 12470561. OLE color: 12470561.

HSL color Cylindrical-coordinate representation of color #2149BE: hue angle of 224.71º degrees, saturation: 0.7, 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 #2149BE is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 73 190 -
CMYK 0.83 0.62 0 0.25
HSL 224.71º 0.7% 0.44% -
HSV(B) 224.71º 0.83% 0.75% -
XYZ 12.3 8.81 49.77 -
YUV 74.38 193.25 98.49 -
System Red Green Blue C M Y K H S L
Decimal 33 73 190 0.83 0.62 0 0.25 224.71 0.7 0.44
Hex 21 49 BE 53 3E 0 19 E1 46 2C
Octal 41 111 276 123 76 0 31 341 106 54
Binary 100001 1001001 10111110 1010011 111110 0 11001 11100001 1000110 101100

Color Harmonies of #2149BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2149BE

Black with #2149BE

Text Example


Text Example

White with #2149BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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