Html Css Color HEX #2858DB Cerulean Blue

📋 copy color: '#2858DB'

red 40 ◦ green 88 ◦ blue 219

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

Shades of Cerulean Blue #2858DB

Tints of Cerulean Blue #2858DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.11%

R = 11.53%
G = 25.36%
B = 63.11%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2858DB (or 0x2858DB) is known color: Cerulean Blue. HEX triplet: 28, 58 and DB. RGB value is (40,88,219). Sum of RGB (Red+Green+Blue) = 40+88+219=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #2858DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2858DB is #D7A724. Grayscale: #585858. Windows color (decimal): -14133029 or 14374952. OLE color: 14374952.

HSL color Cylindrical-coordinate representation of color #2858DB: hue angle of 223.91º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2858DB is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 88 219 -
CMYK 0.82 0.60 0 0.14
HSL 223.91º 0.71% 0.51% -
HSV(B) 223.91º 0.82% 0.86% -
XYZ 17.15 12.55 68.54 -
YUV 88.58 201.6 93.35 -
System Red Green Blue C M Y K H S L
Decimal 40 88 219 0.82 0.60 0 0.14 223.91 0.71 0.51
Hex 28 58 DB 52 3C 0 E E0 47 33
Octal 50 130 333 122 74 0 16 340 107 63
Binary 101000 1011000 11011011 1010010 111100 0 1110 11100000 1000111 110011

Color Harmonies of #2858DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2858DB

Black with #2858DB

Text Example


Text Example

White with #2858DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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