Html Css Color HEX #2857CF Cerulean Blue

📋 copy color: '#2857CF'

red 40 ◦ green 87 ◦ blue 207

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

Shades of Cerulean Blue #2857CF

Tints of Cerulean Blue #2857CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.98%

R = 11.98%
G = 26.05%
B = 61.98%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2857CF (or 0x2857CF) is known color: Cerulean Blue. HEX triplet: 28, 57 and CF. RGB value is (40,87,207). Sum of RGB (Red+Green+Blue) = 40+87+207=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #2857CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2857CF is #D7A830. Grayscale: #565656. Windows color (decimal): -14133297 or 13588264. OLE color: 13588264.

HSL color Cylindrical-coordinate representation of color #2857CF: hue angle of 223.11º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2857CF is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 87 207 -
CMYK 0.81 0.58 0 0.19
HSL 223.11º 0.68% 0.48% -
HSV(B) 223.11º 0.81% 0.81% -
XYZ 15.55 11.77 60.48 -
YUV 86.63 195.93 94.74 -
System Red Green Blue C M Y K H S L
Decimal 40 87 207 0.81 0.58 0 0.19 223.11 0.68 0.48
Hex 28 57 CF 51 3A 0 13 DF 44 30
Octal 50 127 317 121 72 0 23 337 104 60
Binary 101000 1010111 11001111 1010001 111010 0 10011 11011111 1000100 110000

Color Harmonies of #2857CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2857CF

Black with #2857CF

Text Example


Text Example

White with #2857CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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