Html Css Color HEX #315DB8 Cerulean Blue

📋 copy color: '#315DB8'

red 49 ◦ green 93 ◦ blue 184

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

Shades of Cerulean Blue #315DB8

Tints of Cerulean Blue #315DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 56.44%

R = 15.03%
G = 28.53%
B = 56.44%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#315DB8 (or 0x315DB8) is known color: Cerulean Blue. HEX triplet: 31, 5D and B8. RGB value is (49,93,184). Sum of RGB (Red+Green+Blue) = 49+93+184=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 184 (72.27% from 255 or 56.44% from 326); Max value from RGB is 184 - color contains mainly: blue. Hex color #315DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DB8 is #CEA247. Grayscale: #595959. Windows color (decimal): -13541960 or 12082481. OLE color: 12082481.

HSL color Cylindrical-coordinate representation of color #315DB8: hue angle of 220.44º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #315DB8 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 93 184 -
CMYK 0.73 0.49 0 0.28
HSL 220.44º 0.58% 0.46% -
HSV(B) 220.44º 0.73% 0.72% -
XYZ 13.83 11.94 46.92 -
YUV 90.22 180.92 98.6 -
System Red Green Blue C M Y K H S L
Decimal 49 93 184 0.73 0.49 0 0.28 220.44 0.58 0.46
Hex 31 5D B8 49 31 0 1C DC 3A 2E
Octal 61 135 270 111 61 0 34 334 72 56
Binary 110001 1011101 10111000 1001001 110001 0 11100 11011100 111010 101110

Color Harmonies of #315DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DB8

Black with #315DB8

Text Example


Text Example

White with #315DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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