Html Css Color HEX #2857CB Cerulean Blue

📋 copy color: '#2857CB'

red 40 ◦ green 87 ◦ blue 203

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

Shades of Cerulean Blue #2857CB

Tints of Cerulean Blue #2857CB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.36%

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

R = 12.12%
G = 26.36%
B = 61.52%

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

#2857CB (or 0x2857CB) is known color: Cerulean Blue. HEX triplet: 28, 57 and CB. RGB value is (40,87,203). Sum of RGB (Red+Green+Blue) = 40+87+203=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #2857CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2857CB is #D7A834. Grayscale: #555555. Windows color (decimal): -14133301 or 13326120. OLE color: 13326120.

HSL color Cylindrical-coordinate representation of color #2857CB: hue angle of 222.7º 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 #2857CB is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 87 203 -
CMYK 0.80 0.57 0 0.20
HSL 222.7º 0.67% 0.48% -
HSV(B) 222.7º 0.8% 0.8% -
XYZ 15.06 11.58 57.94 -
YUV 86.17 193.93 95.07 -
System Red Green Blue C M Y K H S L
Decimal 40 87 203 0.80 0.57 0 0.20 222.7 0.67 0.48
Hex 28 57 CB 50 39 0 14 DF 43 30
Octal 50 127 313 120 71 0 24 337 103 60
Binary 101000 1010111 11001011 1010000 111001 0 10100 11011111 1000011 110000

Color Harmonies of #2857CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2857CB

Black with #2857CB

Text Example


Text Example

White with #2857CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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