Html Css Color HEX #2B49D5 Cerulean Blue

📋 copy color: '#2B49D5'

red 43 ◦ green 73 ◦ blue 213

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

Shades of Cerulean Blue #2B49D5

Tints of Cerulean Blue #2B49D5

RGB

 RED value IS 43 (17.19% from 255) = 13.07%

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

 BLUE value IS 213 (83.59% from 255) = 64.74%

R = 13.07%
G = 22.19%
B = 64.74%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2B49D5 (or 0x2B49D5) is known color: Cerulean Blue. HEX triplet: 2B, 49 and D5. RGB value is (43,73,213). Sum of RGB (Red+Green+Blue) = 43+73+213=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 213 (83.59% from 255 or 64.74% from 329); Max value from RGB is 213 - color contains mainly: blue. Hex color #2B49D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B49D5 is #D4B62A. Grayscale: #4F4F4F. Windows color (decimal): -13940267 or 13977899. OLE color: 13977899.

HSL color Cylindrical-coordinate representation of color #2B49D5: hue angle of 229.41º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B49D5 is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 73 213 -
CMYK 0.80 0.66 0 0.16
HSL 229.41º 0.67% 0.5% -
HSV(B) 229.41º 0.8% 0.84% -
XYZ 15.39 10.08 64.09 -
YUV 79.99 203.06 101.62 -
System Red Green Blue C M Y K H S L
Decimal 43 73 213 0.80 0.66 0 0.16 229.41 0.67 0.5
Hex 2B 49 D5 50 42 0 10 E5 43 32
Octal 53 111 325 120 102 0 20 345 103 62
Binary 101011 1001001 11010101 1010000 1000010 0 10000 11100101 1000011 110010

Color Harmonies of #2B49D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B49D5

Black with #2B49D5

Text Example


Text Example

White with #2B49D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B49D5; }

 p { color: rgb(43,73,213); }

 H1.HeaderClassName
 {
   color: #2B49D5;
 }
 .AnyTagClassName
 {
   color: #2B49D5;
 }
</style>

background-color css

<style>
 a { background-color: #2B49D5; }

 a { background-color: rgb(43,73,213); }

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

border-color css

<style>
 span { border-color: #2B49D5; }

 span { border-color: rgb(43,73,213); }

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