Html Css Color HEX #3F8AF6 Dodger Blue

📋 copy color: '#3F8AF6'

red 63 ◦ green 138 ◦ blue 246

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

Shades of Dodger Blue #3F8AF6

Tints of Dodger Blue #3F8AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 55.03%

R = 14.09%
G = 30.87%
B = 55.03%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3F8AF6 (or 0x3F8AF6) is known color: Dodger Blue. HEX triplet: 3F, 8A and F6. RGB value is (63,138,246). Sum of RGB (Red+Green+Blue) = 63+138+246=447 (59% of max value = 765). Red value is 63 (25% from 255 or 14.09% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 246 (96.48% from 255 or 55.03% from 447); Max value from RGB is 246 - color contains mainly: blue. Hex color #3F8AF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F8AF6 is #C07509. Grayscale: #7F7F7F. Windows color (decimal): -12612874 or 16157247. OLE color: 16157247.

HSL color Cylindrical-coordinate representation of color #3F8AF6: hue angle of 215.41º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F8AF6 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 63 138 246 -
CMYK 0.74 0.44 0 0.04
HSL 215.41º 0.91% 0.61% -
HSV(B) 215.41º 0.74% 0.96% -
XYZ 27.77 25.89 90.72 -
YUV 127.89 194.65 81.72 -
System Red Green Blue C M Y K H S L
Decimal 63 138 246 0.74 0.44 0 0.04 215.41 0.91 0.61
Hex 3F 8A F6 4A 2C 0 4 D7 5B 3D
Octal 77 212 366 112 54 0 4 327 133 75
Binary 111111 10001010 11110110 1001010 101100 0 100 11010111 1011011 111101

Color Harmonies of #3F8AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8AF6

Black with #3F8AF6

Text Example


Text Example

White with #3F8AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,138,246); }

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

background-color css

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

 a { background-color: rgb(63,138,246); }

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

border-color css

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

 span { border-color: rgb(63,138,246); }

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