Html Css Color HEX #2858DA Cerulean Blue

📋 copy color: '#2858DA'

red 40 ◦ green 88 ◦ blue 218

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

Shades of Cerulean Blue #2858DA

Tints of Cerulean Blue #2858DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.01%

R = 11.56%
G = 25.43%
B = 63.01%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2858DA (or 0x2858DA) is known color: Cerulean Blue. HEX triplet: 28, 58 and DA. RGB value is (40,88,218). Sum of RGB (Red+Green+Blue) = 40+88+218=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #2858DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2858DA is #D7A725. Grayscale: #575757. Windows color (decimal): -14133030 or 14309416. OLE color: 14309416.

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

Color convert

RGB 40 88 218 -
CMYK 0.82 0.60 0 0.15
HSL 223.82º 0.71% 0.51% -
HSV(B) 223.82º 0.82% 0.85% -
XYZ 17.02 12.49 67.84 -
YUV 88.47 201.1 93.43 -
System Red Green Blue C M Y K H S L
Decimal 40 88 218 0.82 0.60 0 0.15 223.82 0.71 0.51
Hex 28 58 DA 52 3C 0 F E0 47 33
Octal 50 130 332 122 74 0 17 340 107 63
Binary 101000 1011000 11011010 1010010 111100 0 1111 11100000 1000111 110011

Color Harmonies of #2858DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2858DA

Black with #2858DA

Text Example


Text Example

White with #2858DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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