Html Css Color HEX #2858BA Cerulean Blue

📋 copy color: '#2858BA'

red 40 ◦ green 88 ◦ blue 186

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

Shades of Cerulean Blue #2858BA

Tints of Cerulean Blue #2858BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.24%

R = 12.74%
G = 28.03%
B = 59.24%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2858BA (or 0x2858BA) is known color: Cerulean Blue. HEX triplet: 28, 58 and BA. RGB value is (40,88,186). Sum of RGB (Red+Green+Blue) = 40+88+186=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #2858BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2858BA is #D7A745. Grayscale: #545454. Windows color (decimal): -14133062 or 12212264. OLE color: 12212264.

HSL color Cylindrical-coordinate representation of color #2858BA: hue angle of 220.27º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2858BA is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 88 186 -
CMYK 0.78 0.53 0 0.27
HSL 220.27º 0.65% 0.44% -
HSV(B) 220.27º 0.78% 0.73% -
XYZ 13.23 10.98 47.88 -
YUV 84.82 185.1 96.03 -
System Red Green Blue C M Y K H S L
Decimal 40 88 186 0.78 0.53 0 0.27 220.27 0.65 0.44
Hex 28 58 BA 4E 35 0 1B DC 41 2C
Octal 50 130 272 116 65 0 33 334 101 54
Binary 101000 1011000 10111010 1001110 110101 0 11011 11011100 1000001 101100

Color Harmonies of #2858BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2858BA

Black with #2858BA

Text Example


Text Example

White with #2858BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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