Html Css Color HEX #318CDB Curious Blue

📋 copy color: '#318CDB'

red 49 ◦ green 140 ◦ blue 219

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

Shades of Curious Blue #318CDB

Tints of Curious Blue #318CDB

RGB

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

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

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

R = 12.01%
G = 34.31%
B = 53.68%

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

#318CDB (or 0x318CDB) is known color: Curious Blue. HEX triplet: 31, 8C and DB. RGB value is (49,140,219). Sum of RGB (Red+Green+Blue) = 49+140+219=408 (54% of max value = 765). Red value is 49 (19.53% from 255 or 12.01% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #318CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318CDB is #CE7324. Grayscale: #797979. Windows color (decimal): -13529893 or 14388273. OLE color: 14388273.

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

Color convert

RGB 49 140 219 -
CMYK 0.78 0.36 0 0.14
HSL 207.88º 0.7% 0.53% -
HSV(B) 207.88º 0.78% 0.86% -
XYZ 23.43 24.52 70.52 -
YUV 121.8 182.85 76.08 -
System Red Green Blue C M Y K H S L
Decimal 49 140 219 0.78 0.36 0 0.14 207.88 0.7 0.53
Hex 31 8C DB 4E 24 0 E D0 46 35
Octal 61 214 333 116 44 0 16 320 106 65
Binary 110001 10001100 11011011 1001110 100100 0 1110 11010000 1000110 110101

Color Harmonies of #318CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318CDB

Black with #318CDB

Text Example


Text Example

White with #318CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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