Html Css Color HEX #2858BF Cerulean Blue

📋 copy color: '#2858BF'

red 40 ◦ green 88 ◦ blue 191

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

Shades of Cerulean Blue #2858BF

Tints of Cerulean Blue #2858BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.87%

R = 12.54%
G = 27.59%
B = 59.87%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2858BF (or 0x2858BF) is known color: Cerulean Blue. HEX triplet: 28, 58 and BF. RGB value is (40,88,191). Sum of RGB (Red+Green+Blue) = 40+88+191=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #2858BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2858BF is #D7A740. Grayscale: #545454. Windows color (decimal): -14133057 or 12539944. OLE color: 12539944.

HSL color Cylindrical-coordinate representation of color #2858BF: hue angle of 220.93º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2858BF is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 88 191 -
CMYK 0.79 0.54 0 0.25
HSL 220.93º 0.65% 0.45% -
HSV(B) 220.93º 0.79% 0.75% -
XYZ 13.77 11.19 50.72 -
YUV 85.39 187.6 95.62 -
System Red Green Blue C M Y K H S L
Decimal 40 88 191 0.79 0.54 0 0.25 220.93 0.65 0.45
Hex 28 58 BF 4F 36 0 19 DD 41 2D
Octal 50 130 277 117 66 0 31 335 101 55
Binary 101000 1011000 10111111 1001111 110110 0 11001 11011101 1000001 101101

Color Harmonies of #2858BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2858BF

Black with #2858BF

Text Example


Text Example

White with #2858BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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