Html Css Color HEX #315ED1 Cerulean Blue

📋 copy color: '#315ED1'

red 49 ◦ green 94 ◦ blue 209

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

Shades of Cerulean Blue #315ED1

Tints of Cerulean Blue #315ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 59.38%

R = 13.92%
G = 26.7%
B = 59.38%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#315ED1 (or 0x315ED1) is known color: Cerulean Blue. HEX triplet: 31, 5E and D1. RGB value is (49,94,209). Sum of RGB (Red+Green+Blue) = 49+94+209=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 209 (82.03% from 255 or 59.38% from 352); Max value from RGB is 209 - color contains mainly: blue. Hex color #315ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315ED1 is #CEA12E. Grayscale: #5D5D5D. Windows color (decimal): -13541679 or 13721137. OLE color: 13721137.

HSL color Cylindrical-coordinate representation of color #315ED1: hue angle of 223.12º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #315ED1 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 94 209 -
CMYK 0.77 0.55 0 0.18
HSL 223.13º 0.63% 0.51% -
HSV(B) 223.13º 0.77% 0.82% -
XYZ 16.78 13.26 62 -
YUV 93.66 193.09 96.15 -
System Red Green Blue C M Y K H S L
Decimal 49 94 209 0.77 0.55 0 0.18 223.13 0.63 0.51
Hex 31 5E D1 4D 37 0 12 DF 3F 33
Octal 61 136 321 115 67 0 22 337 77 63
Binary 110001 1011110 11010001 1001101 110111 0 10010 11011111 111111 110011

Color Harmonies of #315ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315ED1

Black with #315ED1

Text Example


Text Example

White with #315ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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