Html Css Color HEX #147DF9 Dodger Blue

📋 copy color: '#147DF9'

red 20 ◦ green 125 ◦ blue 249

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

Shades of Dodger Blue #147DF9

Tints of Dodger Blue #147DF9

RGB

 RED value IS 20 (8.2% from 255) = 5.08%

 GREEN value IS 125 (49.22% from 255) = 31.73%

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

R = 5.08%
G = 31.73%
B = 63.2%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#147DF9 (or 0x147DF9) is known color: Dodger Blue. HEX triplet: 14, 7D and F9. RGB value is (20,125,249). Sum of RGB (Red+Green+Blue) = 20+125+249=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 249 (97.66% from 255 or 63.20% from 394); Max value from RGB is 249 - color contains mainly: blue. Hex color #147DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147DF9 is #EB8206. Grayscale: #6B6B6B. Windows color (decimal): -15434247 or 16350484. OLE color: 16350484.

HSL color Cylindrical-coordinate representation of color #147DF9: hue angle of 212.49º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147DF9 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 125 249 -
CMYK 0.92 0.50 0 0.02
HSL 212.49º 0.95% 0.53% -
HSV(B) 212.49º 0.92% 0.98% -
XYZ 24.72 21.66 92.5 -
YUV 107.74 207.71 65.42 -
System Red Green Blue C M Y K H S L
Decimal 20 125 249 0.92 0.50 0 0.02 212.49 0.95 0.53
Hex 14 7D F9 5C 32 0 2 D4 5F 35
Octal 24 175 371 134 62 0 2 324 137 65
Binary 10100 1111101 11111001 1011100 110010 0 10 11010100 1011111 110101

Color Harmonies of #147DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147DF9

Black with #147DF9

Text Example


Text Example

White with #147DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147DF9; }

 p { color: rgb(20,125,249); }

 H1.HeaderClassName
 {
   color: #147DF9;
 }
 .AnyTagClassName
 {
   color: #147DF9;
 }
</style>

background-color css

<style>
 a { background-color: #147DF9; }

 a { background-color: rgb(20,125,249); }

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

border-color css

<style>
 span { border-color: #147DF9; }

 span { border-color: rgb(20,125,249); }

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