Html Css Color HEX #2857CC Cerulean Blue

📋 copy color: '#2857CC'

red 40 ◦ green 87 ◦ blue 204

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

Shades of Cerulean Blue #2857CC

Tints of Cerulean Blue #2857CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.63%

R = 12.08%
G = 26.28%
B = 61.63%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2857CC (or 0x2857CC) is known color: Cerulean Blue. HEX triplet: 28, 57 and CC. RGB value is (40,87,204). Sum of RGB (Red+Green+Blue) = 40+87+204=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #2857CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2857CC is #D7A833. Grayscale: #555555. Windows color (decimal): -14133300 or 13391656. OLE color: 13391656.

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

Color convert

RGB 40 87 204 -
CMYK 0.80 0.57 0 0.2
HSL 222.8º 0.67% 0.48% -
HSV(B) 222.8º 0.8% 0.8% -
XYZ 15.18 11.63 58.57 -
YUV 86.29 194.43 94.99 -
System Red Green Blue C M Y K H S L
Decimal 40 87 204 0.80 0.57 0 0.2 222.8 0.67 0.48
Hex 28 57 CC 50 39 0 14 DF 43 30
Octal 50 127 314 120 71 0 24 337 103 60
Binary 101000 1010111 11001100 1010000 111001 0 10100 11011111 1000011 110000

Color Harmonies of #2857CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2857CC

Black with #2857CC

Text Example


Text Example

White with #2857CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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