Html Css Color HEX #2849CB Cerulean Blue

📋 copy color: '#2849CB'

red 40 ◦ green 73 ◦ blue 203

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

Shades of Cerulean Blue #2849CB

Tints of Cerulean Blue #2849CB

RGB

 RED value IS 40 (16.02% from 255) = 12.66%

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

 BLUE value IS 203 (79.69% from 255) = 64.24%

R = 12.66%
G = 23.1%
B = 64.24%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2849CB (or 0x2849CB) is known color: Cerulean Blue. HEX triplet: 28, 49 and CB. RGB value is (40,73,203). Sum of RGB (Red+Green+Blue) = 40+73+203=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #2849CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2849CB is #D7B634. Grayscale: #4D4D4D. Windows color (decimal): -14136885 or 13322536. OLE color: 13322536.

HSL color Cylindrical-coordinate representation of color #2849CB: hue angle of 227.85º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2849CB is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 73 203 -
CMYK 0.80 0.64 0 0.20
HSL 227.85º 0.67% 0.48% -
HSV(B) 227.85º 0.8% 0.8% -
XYZ 14.04 9.53 57.6 -
YUV 77.95 198.57 100.93 -
System Red Green Blue C M Y K H S L
Decimal 40 73 203 0.80 0.64 0 0.20 227.85 0.67 0.48
Hex 28 49 CB 50 40 0 14 E4 43 30
Octal 50 111 313 120 100 0 24 344 103 60
Binary 101000 1001001 11001011 1010000 1000000 0 10100 11100100 1000011 110000

Color Harmonies of #2849CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2849CB

Black with #2849CB

Text Example


Text Example

White with #2849CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2849CB; }

 p { color: rgb(40,73,203); }

 H1.HeaderClassName
 {
   color: #2849CB;
 }
 .AnyTagClassName
 {
   color: #2849CB;
 }
</style>

background-color css

<style>
 a { background-color: #2849CB; }

 a { background-color: rgb(40,73,203); }

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

border-color css

<style>
 span { border-color: #2849CB; }

 span { border-color: rgb(40,73,203); }

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