Html Css Color HEX #2849CA Cerulean Blue

📋 copy color: '#2849CA'

red 40 ◦ green 73 ◦ blue 202

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

Shades of Cerulean Blue #2849CA

Tints of Cerulean Blue #2849CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.13%

R = 12.7%
G = 23.17%
B = 64.13%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2849CA (or 0x2849CA) is known color: Cerulean Blue. HEX triplet: 28, 49 and CA. RGB value is (40,73,202). Sum of RGB (Red+Green+Blue) = 40+73+202=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #2849CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2849CA is #D7B635. Grayscale: #4D4D4D. Windows color (decimal): -14136886 or 13257000. OLE color: 13257000.

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

Color convert

RGB 40 73 202 -
CMYK 0.80 0.64 0 0.21
HSL 227.78º 0.67% 0.47% -
HSV(B) 227.78º 0.8% 0.79% -
XYZ 13.92 9.48 56.97 -
YUV 77.84 198.07 101.01 -
System Red Green Blue C M Y K H S L
Decimal 40 73 202 0.80 0.64 0 0.21 227.78 0.67 0.47
Hex 28 49 CA 50 40 0 15 E4 43 2F
Octal 50 111 312 120 100 0 25 344 103 57
Binary 101000 1001001 11001010 1010000 1000000 0 10101 11100100 1000011 101111

Color Harmonies of #2849CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2849CA

Black with #2849CA

Text Example


Text Example

White with #2849CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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