Html Css Color HEX #318ADC Curious Blue

📋 copy color: '#318ADC'

red 49 ◦ green 138 ◦ blue 220

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

Shades of Curious Blue #318ADC

Tints of Curious Blue #318ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.91%

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

R = 12.04%
G = 33.91%
B = 54.05%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#318ADC (or 0x318ADC) is known color: Curious Blue. HEX triplet: 31, 8A and DC. RGB value is (49,138,220). Sum of RGB (Red+Green+Blue) = 49+138+220=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #318ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318ADC is #CE7523. Grayscale: #787878. Windows color (decimal): -13530404 or 14453297. OLE color: 14453297.

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

Color convert

RGB 49 138 220 -
CMYK 0.78 0.37 0 0.14
HSL 208.77º 0.71% 0.53% -
HSV(B) 208.77º 0.78% 0.86% -
XYZ 23.27 24 71.12 -
YUV 120.74 184.01 76.83 -
System Red Green Blue C M Y K H S L
Decimal 49 138 220 0.78 0.37 0 0.14 208.77 0.71 0.53
Hex 31 8A DC 4E 25 0 E D1 47 35
Octal 61 212 334 116 45 0 16 321 107 65
Binary 110001 10001010 11011100 1001110 100101 0 1110 11010001 1000111 110101

Color Harmonies of #318ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318ADC

Black with #318ADC

Text Example


Text Example

White with #318ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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