Html Css Color HEX #2853CB Cerulean Blue

📋 copy color: '#2853CB'

red 40 ◦ green 83 ◦ blue 203

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

Shades of Cerulean Blue #2853CB

Tints of Cerulean Blue #2853CB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.46%

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

R = 12.27%
G = 25.46%
B = 62.27%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2853CB (or 0x2853CB) is known color: Cerulean Blue. HEX triplet: 28, 53 and CB. RGB value is (40,83,203). Sum of RGB (Red+Green+Blue) = 40+83+203=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #2853CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2853CB is #D7AC34. Grayscale: #535353. Windows color (decimal): -14134325 or 13325096. OLE color: 13325096.

HSL color Cylindrical-coordinate representation of color #2853CB: hue angle of 224.17º 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 #2853CB is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 83 203 -
CMYK 0.80 0.59 0 0.20
HSL 224.17º 0.67% 0.48% -
HSV(B) 224.17º 0.8% 0.8% -
XYZ 14.75 10.95 57.84 -
YUV 83.82 195.25 96.74 -
System Red Green Blue C M Y K H S L
Decimal 40 83 203 0.80 0.59 0 0.20 224.17 0.67 0.48
Hex 28 53 CB 50 3B 0 14 E0 43 30
Octal 50 123 313 120 73 0 24 340 103 60
Binary 101000 1010011 11001011 1010000 111011 0 10100 11100000 1000011 110000

Color Harmonies of #2853CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2853CB

Black with #2853CB

Text Example


Text Example

White with #2853CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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