Html Css Color HEX #315DCD Cerulean Blue

📋 copy color: '#315DCD'

red 49 ◦ green 93 ◦ blue 205

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

Shades of Cerulean Blue #315DCD

Tints of Cerulean Blue #315DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.08%

R = 14.12%
G = 26.8%
B = 59.08%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#315DCD (or 0x315DCD) is known color: Cerulean Blue. HEX triplet: 31, 5D and CD. RGB value is (49,93,205). Sum of RGB (Red+Green+Blue) = 49+93+205=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #315DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DCD is #CEA232. Grayscale: #5C5C5C. Windows color (decimal): -13541939 or 13458737. OLE color: 13458737.

HSL color Cylindrical-coordinate representation of color #315DCD: hue angle of 223.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #315DCD is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 93 205 -
CMYK 0.76 0.55 0 0.20
HSL 223.08º 0.61% 0.5% -
HSV(B) 223.08º 0.76% 0.8% -
XYZ 16.2 12.89 59.39 -
YUV 92.61 191.42 96.89 -
System Red Green Blue C M Y K H S L
Decimal 49 93 205 0.76 0.55 0 0.20 223.08 0.61 0.5
Hex 31 5D CD 4C 37 0 14 DF 3D 32
Octal 61 135 315 114 67 0 24 337 75 62
Binary 110001 1011101 11001101 1001100 110111 0 10100 11011111 111101 110010

Color Harmonies of #315DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DCD

Black with #315DCD

Text Example


Text Example

White with #315DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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