Html Css Color HEX #3F8DCF Curious Blue

📋 copy color: '#3F8DCF'

red 63 ◦ green 141 ◦ blue 207

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

Shades of Curious Blue #3F8DCF

Tints of Curious Blue #3F8DCF

RGB

 RED value IS 63 (25% from 255) = 15.33%

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

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

R = 15.33%
G = 34.31%
B = 50.36%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F8DCF (or 0x3F8DCF) is known color: Curious Blue. HEX triplet: 3F, 8D and CF. RGB value is (63,141,207). Sum of RGB (Red+Green+Blue) = 63+141+207=411 (54% of max value = 765). Red value is 63 (25% from 255 or 15.33% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F8DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8DCF is #C07230. Grayscale: #7C7C7C. Windows color (decimal): -12612145 or 13602111. OLE color: 13602111.

HSL color Cylindrical-coordinate representation of color #3F8DCF: hue angle of 207.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F8DCF is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 141 207 -
CMYK 0.70 0.32 0 0.19
HSL 207.5º 0.6% 0.53% -
HSV(B) 207.5º 0.7% 0.81% -
XYZ 22.84 24.61 62.58 -
YUV 125.2 174.16 83.63 -
System Red Green Blue C M Y K H S L
Decimal 63 141 207 0.70 0.32 0 0.19 207.5 0.6 0.53
Hex 3F 8D CF 46 20 0 13 D0 3C 35
Octal 77 215 317 106 40 0 23 320 74 65
Binary 111111 10001101 11001111 1000110 100000 0 10011 11010000 111100 110101

Color Harmonies of #3F8DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8DCF

Black with #3F8DCF

Text Example


Text Example

White with #3F8DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F8DCF; }

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

 H1.HeaderClassName
 {
   color: #3F8DCF;
 }
 .AnyTagClassName
 {
   color: #3F8DCF;
 }
</style>

background-color css

<style>
 a { background-color: #3F8DCF; }

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

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

border-color css

<style>
 span { border-color: #3F8DCF; }

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

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