Html Css Color HEX #315DC9 Cerulean Blue

📋 copy color: '#315DC9'

red 49 ◦ green 93 ◦ blue 201

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

Shades of Cerulean Blue #315DC9

Tints of Cerulean Blue #315DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 58.6%

R = 14.29%
G = 27.11%
B = 58.6%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#315DC9 (or 0x315DC9) is known color: Cerulean Blue. HEX triplet: 31, 5D and C9. RGB value is (49,93,201). Sum of RGB (Red+Green+Blue) = 49+93+201=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 201 (78.91% from 255 or 58.60% from 343); Max value from RGB is 201 - color contains mainly: blue. Hex color #315DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DC9 is #CEA236. Grayscale: #5B5B5B. Windows color (decimal): -13541943 or 13196593. OLE color: 13196593.

HSL color Cylindrical-coordinate representation of color #315DC9: hue angle of 222.63º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #315DC9 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 93 201 -
CMYK 0.76 0.54 0 0.21
HSL 222.63º 0.61% 0.49% -
HSV(B) 222.63º 0.76% 0.79% -
XYZ 15.72 12.7 56.88 -
YUV 92.16 189.42 97.22 -
System Red Green Blue C M Y K H S L
Decimal 49 93 201 0.76 0.54 0 0.21 222.63 0.61 0.49
Hex 31 5D C9 4C 36 0 15 DF 3D 31
Octal 61 135 311 114 66 0 25 337 75 61
Binary 110001 1011101 11001001 1001100 110110 0 10101 11011111 111101 110001

Color Harmonies of #315DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DC9

Black with #315DC9

Text Example


Text Example

White with #315DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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