Html Css Color HEX #2850AD Cerulean Blue

📋 copy color: '#2850AD'

red 40 ◦ green 80 ◦ blue 173

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

Shades of Cerulean Blue #2850AD

Tints of Cerulean Blue #2850AD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.3%

 BLUE value IS 173 (67.97% from 255) = 59.04%

R = 13.65%
G = 27.3%
B = 59.04%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2850AD (or 0x2850AD) is known color: Cerulean Blue. HEX triplet: 28, 50 and AD. RGB value is (40,80,173). Sum of RGB (Red+Green+Blue) = 40+80+173=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #2850AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2850AD is #D7AF52. Grayscale: #4E4E4E. Windows color (decimal): -14135123 or 11358248. OLE color: 11358248.

HSL color Cylindrical-coordinate representation of color #2850AD: hue angle of 221.95º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2850AD is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 80 173 -
CMYK 0.77 0.54 0 0.32
HSL 221.95º 0.62% 0.42% -
HSV(B) 221.95º 0.77% 0.68% -
XYZ 11.29 9.21 40.72 -
YUV 78.64 181.25 100.44 -
System Red Green Blue C M Y K H S L
Decimal 40 80 173 0.77 0.54 0 0.32 221.95 0.62 0.42
Hex 28 50 AD 4D 36 0 20 DE 3E 2A
Octal 50 120 255 115 66 0 40 336 76 52
Binary 101000 1010000 10101101 1001101 110110 0 100000 11011110 111110 101010

Color Harmonies of #2850AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2850AD

Black with #2850AD

Text Example


Text Example

White with #2850AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2850AD; }

 p { color: rgb(40,80,173); }

 H1.HeaderClassName
 {
   color: #2850AD;
 }
 .AnyTagClassName
 {
   color: #2850AD;
 }
</style>

background-color css

<style>
 a { background-color: #2850AD; }

 a { background-color: rgb(40,80,173); }

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

border-color css

<style>
 span { border-color: #2850AD; }

 span { border-color: rgb(40,80,173); }

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