Html Css Color HEX #315ECE Cerulean Blue

📋 copy color: '#315ECE'

red 49 ◦ green 94 ◦ blue 206

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

Shades of Cerulean Blue #315ECE

Tints of Cerulean Blue #315ECE

RGB

 RED value IS 49 (19.53% from 255) = 14.04%

 GREEN value IS 94 (37.11% from 255) = 26.93%

 BLUE value IS 206 (80.86% from 255) = 59.03%

R = 14.04%
G = 26.93%
B = 59.03%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#315ECE (or 0x315ECE) is known color: Cerulean Blue. HEX triplet: 31, 5E and CE. RGB value is (49,94,206). Sum of RGB (Red+Green+Blue) = 49+94+206=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #315ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315ECE is #CEA131. Grayscale: #5C5C5C. Windows color (decimal): -13541682 or 13524529. OLE color: 13524529.

HSL color Cylindrical-coordinate representation of color #315ECE: hue angle of 222.8º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #315ECE is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 94 206 -
CMYK 0.76 0.54 0 0.19
HSL 222.8º 0.62% 0.5% -
HSV(B) 222.8º 0.76% 0.81% -
XYZ 16.41 13.11 60.06 -
YUV 93.31 191.59 96.39 -
System Red Green Blue C M Y K H S L
Decimal 49 94 206 0.76 0.54 0 0.19 222.8 0.62 0.5
Hex 31 5E CE 4C 36 0 13 DF 3E 32
Octal 61 136 316 114 66 0 23 337 76 62
Binary 110001 1011110 11001110 1001100 110110 0 10011 11011111 111110 110010

Color Harmonies of #315ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315ECE

Black with #315ECE

Text Example


Text Example

White with #315ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315ECE; }

 p { color: rgb(49,94,206); }

 H1.HeaderClassName
 {
   color: #315ECE;
 }
 .AnyTagClassName
 {
   color: #315ECE;
 }
</style>

background-color css

<style>
 a { background-color: #315ECE; }

 a { background-color: rgb(49,94,206); }

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

border-color css

<style>
 span { border-color: #315ECE; }

 span { border-color: rgb(49,94,206); }

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