Html Css Color HEX #2850AA Cerulean Blue

📋 copy color: '#2850AA'

red 40 ◦ green 80 ◦ blue 170

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

Shades of Cerulean Blue #2850AA

Tints of Cerulean Blue #2850AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 58.62%

R = 13.79%
G = 27.59%
B = 58.62%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2850AA (or 0x2850AA) is known color: Cerulean Blue. HEX triplet: 28, 50 and AA. RGB value is (40,80,170). Sum of RGB (Red+Green+Blue) = 40+80+170=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #2850AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2850AA is #D7AF55. Grayscale: #4D4D4D. Windows color (decimal): -14135126 or 11161640. OLE color: 11161640.

HSL color Cylindrical-coordinate representation of color #2850AA: hue angle of 221.54º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2850AA is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 80 170 -
CMYK 0.76 0.53 0 0.33
HSL 221.54º 0.62% 0.41% -
HSV(B) 221.54º 0.76% 0.67% -
XYZ 11 9.09 39.21 -
YUV 78.3 179.75 100.68 -
System Red Green Blue C M Y K H S L
Decimal 40 80 170 0.76 0.53 0 0.33 221.54 0.62 0.41
Hex 28 50 AA 4C 35 0 21 DE 3E 29
Octal 50 120 252 114 65 0 41 336 76 51
Binary 101000 1010000 10101010 1001100 110101 0 100001 11011110 111110 101001

Color Harmonies of #2850AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2850AA

Black with #2850AA

Text Example


Text Example

White with #2850AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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