Html Css Color HEX #3F8CF6 Dodger Blue

📋 copy color: '#3F8CF6'

red 63 ◦ green 140 ◦ blue 246

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

Shades of Dodger Blue #3F8CF6

Tints of Dodger Blue #3F8CF6

RGB

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

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

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

R = 14.03%
G = 31.18%
B = 54.79%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3F8CF6 (or 0x3F8CF6) is known color: Dodger Blue. HEX triplet: 3F, 8C and F6. RGB value is (63,140,246). Sum of RGB (Red+Green+Blue) = 63+140+246=449 (59% of max value = 765). Red value is 63 (25% from 255 or 14.03% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 246 (96.48% from 255 or 54.79% from 449); Max value from RGB is 246 - color contains mainly: blue. Hex color #3F8CF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F8CF6 is #C07309. Grayscale: #808080. Windows color (decimal): -12612362 or 16157759. OLE color: 16157759.

HSL color Cylindrical-coordinate representation of color #3F8CF6: hue angle of 214.75º 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 #3F8CF6 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 63 140 246 -
CMYK 0.74 0.43 0 0.04
HSL 214.75º 0.91% 0.61% -
HSV(B) 214.75º 0.74% 0.96% -
XYZ 28.06 26.47 90.82 -
YUV 129.06 193.99 80.88 -
System Red Green Blue C M Y K H S L
Decimal 63 140 246 0.74 0.43 0 0.04 214.75 0.91 0.61
Hex 3F 8C F6 4A 2B 0 4 D7 5B 3D
Octal 77 214 366 112 53 0 4 327 133 75
Binary 111111 10001100 11110110 1001010 101011 0 100 11010111 1011011 111101

Color Harmonies of #3F8CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8CF6

Black with #3F8CF6

Text Example


Text Example

White with #3F8CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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