Html Css Color HEX #315AD1 Cerulean Blue

📋 copy color: '#315AD1'

red 49 ◦ green 90 ◦ blue 209

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

Shades of Cerulean Blue #315AD1

Tints of Cerulean Blue #315AD1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.86%

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

R = 14.08%
G = 25.86%
B = 60.06%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#315AD1 (or 0x315AD1) is known color: Cerulean Blue. HEX triplet: 31, 5A and D1. RGB value is (49,90,209). Sum of RGB (Red+Green+Blue) = 49+90+209=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 209 (82.03% from 255 or 60.06% from 348); Max value from RGB is 209 - color contains mainly: blue. Hex color #315AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315AD1 is #CEA52E. Grayscale: #5A5A5A. Windows color (decimal): -13542703 or 13720113. OLE color: 13720113.

HSL color Cylindrical-coordinate representation of color #315AD1: hue angle of 224.62º 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 #315AD1 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 90 209 -
CMYK 0.77 0.57 0 0.18
HSL 224.63º 0.63% 0.51% -
HSV(B) 224.63º 0.77% 0.82% -
XYZ 16.43 12.57 61.88 -
YUV 91.31 194.42 97.82 -
System Red Green Blue C M Y K H S L
Decimal 49 90 209 0.77 0.57 0 0.18 224.63 0.63 0.51
Hex 31 5A D1 4D 39 0 12 E1 3F 33
Octal 61 132 321 115 71 0 22 341 77 63
Binary 110001 1011010 11010001 1001101 111001 0 10010 11100001 111111 110011

Color Harmonies of #315AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315AD1

Black with #315AD1

Text Example


Text Example

White with #315AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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