Html Css Color HEX #318DDB Curious Blue

📋 copy color: '#318DDB'

red 49 ◦ green 141 ◦ blue 219

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

Shades of Curious Blue #318DDB

Tints of Curious Blue #318DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.55%

R = 11.98%
G = 34.47%
B = 53.55%

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

#318DDB (or 0x318DDB) is known color: Curious Blue. HEX triplet: 31, 8D and DB. RGB value is (49,141,219). Sum of RGB (Red+Green+Blue) = 49+141+219=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #318DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DDB is #CE7224. Grayscale: #797979. Windows color (decimal): -13529637 or 14388529. OLE color: 14388529.

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

Color convert

RGB 49 141 219 -
CMYK 0.78 0.36 0 0.14
HSL 207.53º 0.7% 0.53% -
HSV(B) 207.53º 0.78% 0.86% -
XYZ 23.58 24.82 70.57 -
YUV 122.38 182.52 75.66 -
System Red Green Blue C M Y K H S L
Decimal 49 141 219 0.78 0.36 0 0.14 207.53 0.7 0.53
Hex 31 8D DB 4E 24 0 E D0 46 35
Octal 61 215 333 116 44 0 16 320 106 65
Binary 110001 10001101 11011011 1001110 100100 0 1110 11010000 1000110 110101

Color Harmonies of #318DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318DDB

Black with #318DDB

Text Example


Text Example

White with #318DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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