Html Css Color HEX #315DBD Cerulean Blue

📋 copy color: '#315DBD'

red 49 ◦ green 93 ◦ blue 189

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

Shades of Cerulean Blue #315DBD

Tints of Cerulean Blue #315DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.1%

R = 14.8%
G = 28.1%
B = 57.1%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#315DBD (or 0x315DBD) is known color: Cerulean Blue. HEX triplet: 31, 5D and BD. RGB value is (49,93,189). Sum of RGB (Red+Green+Blue) = 49+93+189=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #315DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DBD is #CEA242. Grayscale: #5A5A5A. Windows color (decimal): -13541955 or 12410161. OLE color: 12410161.

HSL color Cylindrical-coordinate representation of color #315DBD: hue angle of 221.14º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #315DBD is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 93 189 -
CMYK 0.74 0.51 0 0.26
HSL 221.14º 0.59% 0.47% -
HSV(B) 221.14º 0.74% 0.74% -
XYZ 14.37 12.16 49.73 -
YUV 90.79 183.42 98.19 -
System Red Green Blue C M Y K H S L
Decimal 49 93 189 0.74 0.51 0 0.26 221.14 0.59 0.47
Hex 31 5D BD 4A 33 0 1A DD 3B 2F
Octal 61 135 275 112 63 0 32 335 73 57
Binary 110001 1011101 10111101 1001010 110011 0 11010 11011101 111011 101111

Color Harmonies of #315DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DBD

Black with #315DBD

Text Example


Text Example

White with #315DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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