Html Css Color HEX #318DDC Curious Blue

📋 copy color: '#318DDC'

red 49 ◦ green 141 ◦ blue 220

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

Shades of Curious Blue #318DDC

Tints of Curious Blue #318DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.39%

 BLUE value IS 220 (86.33% from 255) = 53.66%

R = 11.95%
G = 34.39%
B = 53.66%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#318DDC (or 0x318DDC) is known color: Curious Blue. HEX triplet: 31, 8D and DC. RGB value is (49,141,220). Sum of RGB (Red+Green+Blue) = 49+141+220=410 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.95% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #318DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DDC is #CE7223. Grayscale: #7A7A7A. Windows color (decimal): -13529636 or 14454065. OLE color: 14454065.

HSL color Cylindrical-coordinate representation of color #318DDC: hue angle of 207.72º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #318DDC is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 141 220 -
CMYK 0.78 0.36 0 0.14
HSL 207.72º 0.71% 0.53% -
HSV(B) 207.72º 0.78% 0.86% -
XYZ 23.71 24.87 71.26 -
YUV 122.5 183.02 75.58 -
System Red Green Blue C M Y K H S L
Decimal 49 141 220 0.78 0.36 0 0.14 207.72 0.71 0.53
Hex 31 8D DC 4E 24 0 E D0 47 35
Octal 61 215 334 116 44 0 16 320 107 65
Binary 110001 10001101 11011100 1001110 100100 0 1110 11010000 1000111 110101

Color Harmonies of #318DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318DDC

Black with #318DDC

Text Example


Text Example

White with #318DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318DDC; }

 p { color: rgb(49,141,220); }

 H1.HeaderClassName
 {
   color: #318DDC;
 }
 .AnyTagClassName
 {
   color: #318DDC;
 }
</style>

background-color css

<style>
 a { background-color: #318DDC; }

 a { background-color: rgb(49,141,220); }

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

border-color css

<style>
 span { border-color: #318DDC; }

 span { border-color: rgb(49,141,220); }

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