Html Css Color HEX #3F8FF9 Dodger Blue

📋 copy color: '#3F8FF9'

red 63 ◦ green 143 ◦ blue 249

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

Shades of Dodger Blue #3F8FF9

Tints of Dodger Blue #3F8FF9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.43%

 BLUE value IS 249 (97.66% from 255) = 54.73%

R = 13.85%
G = 31.43%
B = 54.73%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3F8FF9 (or 0x3F8FF9) is known color: Dodger Blue. HEX triplet: 3F, 8F and F9. RGB value is (63,143,249). Sum of RGB (Red+Green+Blue) = 63+143+249=455 (60% of max value = 765). Red value is 63 (25% from 255 or 13.85% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 249 (97.66% from 255 or 54.73% from 455); Max value from RGB is 249 - color contains mainly: blue. Hex color #3F8FF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F8FF9 is #C07006. Grayscale: #828282. Windows color (decimal): -12611591 or 16355135. OLE color: 16355135.

HSL color Cylindrical-coordinate representation of color #3F8FF9: hue angle of 214.19º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F8FF9 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 143 249 -
CMYK 0.75 0.43 0 0.02
HSL 214.19º 0.94% 0.61% -
HSV(B) 214.19º 0.75% 0.98% -
XYZ 28.97 27.54 93.41 -
YUV 131.16 194.5 79.38 -
System Red Green Blue C M Y K H S L
Decimal 63 143 249 0.75 0.43 0 0.02 214.19 0.94 0.61
Hex 3F 8F F9 4B 2B 0 2 D6 5E 3D
Octal 77 217 371 113 53 0 2 326 136 75
Binary 111111 10001111 11111001 1001011 101011 0 10 11010110 1011110 111101

Color Harmonies of #3F8FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8FF9

Black with #3F8FF9

Text Example


Text Example

White with #3F8FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,143,249); }

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

background-color css

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

 a { background-color: rgb(63,143,249); }

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

border-color css

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

 span { border-color: rgb(63,143,249); }

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