Html Css Color HEX #318CDC Curious Blue

📋 copy color: '#318CDC'

red 49 ◦ green 140 ◦ blue 220

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

Shades of Curious Blue #318CDC

Tints of Curious Blue #318CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.23%

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

R = 11.98%
G = 34.23%
B = 53.79%

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

#318CDC (or 0x318CDC) is known color: Curious Blue. HEX triplet: 31, 8C and DC. RGB value is (49,140,220). Sum of RGB (Red+Green+Blue) = 49+140+220=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #318CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318CDC is #CE7323. Grayscale: #797979. Windows color (decimal): -13529892 or 14453809. OLE color: 14453809.

HSL color Cylindrical-coordinate representation of color #318CDC: hue angle of 208.07º 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 #318CDC is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 140 220 -
CMYK 0.78 0.36 0 0.14
HSL 208.07º 0.71% 0.53% -
HSV(B) 208.07º 0.78% 0.86% -
XYZ 23.56 24.58 71.21 -
YUV 121.91 183.35 76 -
System Red Green Blue C M Y K H S L
Decimal 49 140 220 0.78 0.36 0 0.14 208.07 0.71 0.53
Hex 31 8C DC 4E 24 0 E D0 47 35
Octal 61 214 334 116 44 0 16 320 107 65
Binary 110001 10001100 11011100 1001110 100100 0 1110 11010000 1000111 110101

Color Harmonies of #318CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318CDC

Black with #318CDC

Text Example


Text Example

White with #318CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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