Html Css Color HEX #2858AA Cerulean Blue

📋 copy color: '#2858AA'

red 40 ◦ green 88 ◦ blue 170

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

Shades of Cerulean Blue #2858AA

Tints of Cerulean Blue #2858AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.53%

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

R = 13.42%
G = 29.53%
B = 57.05%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2858AA (or 0x2858AA) is known color: Cerulean Blue. HEX triplet: 28, 58 and AA. RGB value is (40,88,170). Sum of RGB (Red+Green+Blue) = 40+88+170=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #2858AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2858AA is #D7A755. Grayscale: #525252. Windows color (decimal): -14133078 or 11163688. OLE color: 11163688.

HSL color Cylindrical-coordinate representation of color #2858AA: hue angle of 217.85º 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 #2858AA is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 88 170 -
CMYK 0.76 0.48 0 0.33
HSL 217.85º 0.62% 0.41% -
HSV(B) 217.85º 0.76% 0.67% -
XYZ 11.62 10.33 39.41 -
YUV 83 177.1 97.33 -
System Red Green Blue C M Y K H S L
Decimal 40 88 170 0.76 0.48 0 0.33 217.85 0.62 0.41
Hex 28 58 AA 4C 30 0 21 DA 3E 29
Octal 50 130 252 114 60 0 41 332 76 51
Binary 101000 1011000 10101010 1001100 110000 0 100001 11011010 111110 101001

Color Harmonies of #2858AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2858AA

Black with #2858AA

Text Example


Text Example

White with #2858AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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