Html Css Color HEX #318DCF Curious Blue

📋 copy color: '#318DCF'

red 49 ◦ green 141 ◦ blue 207

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

Shades of Curious Blue #318DCF

Tints of Curious Blue #318DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.14%

R = 12.34%
G = 35.52%
B = 52.14%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#318DCF (or 0x318DCF) is known color: Curious Blue. HEX triplet: 31, 8D and CF. RGB value is (49,141,207). Sum of RGB (Red+Green+Blue) = 49+141+207=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #318DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DCF is #CE7230. Grayscale: #787878. Windows color (decimal): -13529649 or 13602097. OLE color: 13602097.

HSL color Cylindrical-coordinate representation of color #318DCF: hue angle of 205.06º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #318DCF is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 141 207 -
CMYK 0.76 0.32 0 0.19
HSL 205.06º 0.62% 0.5% -
HSV(B) 205.06º 0.76% 0.81% -
XYZ 22.05 24.21 62.54 -
YUV 121.02 176.52 76.63 -
System Red Green Blue C M Y K H S L
Decimal 49 141 207 0.76 0.32 0 0.19 205.06 0.62 0.5
Hex 31 8D CF 4C 20 0 13 CD 3E 32
Octal 61 215 317 114 40 0 23 315 76 62
Binary 110001 10001101 11001111 1001100 100000 0 10011 11001101 111110 110010

Color Harmonies of #318DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318DCF

Black with #318DCF

Text Example


Text Example

White with #318DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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