Html Css Color HEX #315DCE Cerulean Blue

📋 copy color: '#315DCE'

red 49 ◦ green 93 ◦ blue 206

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

Shades of Cerulean Blue #315DCE

Tints of Cerulean Blue #315DCE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.72%

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

R = 14.08%
G = 26.72%
B = 59.2%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#315DCE (or 0x315DCE) is known color: Cerulean Blue. HEX triplet: 31, 5D and CE. RGB value is (49,93,206). Sum of RGB (Red+Green+Blue) = 49+93+206=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #315DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DCE is #CEA231. Grayscale: #5C5C5C. Windows color (decimal): -13541938 or 13524273. OLE color: 13524273.

HSL color Cylindrical-coordinate representation of color #315DCE: hue angle of 223.18º 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 #315DCE is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 93 206 -
CMYK 0.76 0.55 0 0.19
HSL 223.18º 0.62% 0.5% -
HSV(B) 223.18º 0.76% 0.81% -
XYZ 16.32 12.94 60.03 -
YUV 92.73 191.92 96.81 -
System Red Green Blue C M Y K H S L
Decimal 49 93 206 0.76 0.55 0 0.19 223.18 0.62 0.5
Hex 31 5D CE 4C 37 0 13 DF 3E 32
Octal 61 135 316 114 67 0 23 337 76 62
Binary 110001 1011101 11001110 1001100 110111 0 10011 11011111 111110 110010

Color Harmonies of #315DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DCE

Black with #315DCE

Text Example


Text Example

White with #315DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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