Html Css Color HEX #2858CB Cerulean Blue

📋 copy color: '#2858CB'

red 40 ◦ green 88 ◦ blue 203

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

Shades of Cerulean Blue #2858CB

Tints of Cerulean Blue #2858CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.33%

R = 12.08%
G = 26.59%
B = 61.33%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2858CB (or 0x2858CB) is known color: Cerulean Blue. HEX triplet: 28, 58 and CB. RGB value is (40,88,203). Sum of RGB (Red+Green+Blue) = 40+88+203=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #2858CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2858CB is #D7A734. Grayscale: #565656. Windows color (decimal): -14133045 or 13326376. OLE color: 13326376.

HSL color Cylindrical-coordinate representation of color #2858CB: hue angle of 222.33º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2858CB is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 88 203 -
CMYK 0.80 0.57 0 0.20
HSL 222.33º 0.67% 0.48% -
HSV(B) 222.33º 0.8% 0.8% -
XYZ 15.14 11.74 57.97 -
YUV 86.76 193.6 94.65 -
System Red Green Blue C M Y K H S L
Decimal 40 88 203 0.80 0.57 0 0.20 222.33 0.67 0.48
Hex 28 58 CB 50 39 0 14 DE 43 30
Octal 50 130 313 120 71 0 24 336 103 60
Binary 101000 1011000 11001011 1010000 111001 0 10100 11011110 1000011 110000

Color Harmonies of #2858CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2858CB

Black with #2858CB

Text Example


Text Example

White with #2858CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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