Html Css Color HEX #147DFF Dodger Blue

📋 copy color: '#147DFF'

red 20 ◦ green 125 ◦ blue 255

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

Shades of Dodger Blue #147DFF

Tints of Dodger Blue #147DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.75%

R = 5%
G = 31.25%
B = 63.75%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#147DFF (or 0x147DFF) is known color: Dodger Blue. HEX triplet: 14, 7D and FF. RGB value is (20,125,255). Sum of RGB (Red+Green+Blue) = 20+125+255=400 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #147DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147DFF is #EB8200. Grayscale: #6B6B6B. Windows color (decimal): -15434241 or 16743700. OLE color: 16743700.

HSL color Cylindrical-coordinate representation of color #147DFF: hue angle of 213.19º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147DFF is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 20 125 255 -
CMYK 0.92 0.51 0 0
HSL 213.19º 1% 0.54% -
HSV(B) 213.19º 0.92% 1% -
XYZ 25.67 22.04 97.51 -
YUV 108.43 210.71 64.93 -
System Red Green Blue C M Y K H S L
Decimal 20 125 255 0.92 0.51 0 0 213.19 1 0.54
Hex 14 7D FF 5C 33 0 0 D5 64 36
Octal 24 175 377 134 63 0 0 325 144 66
Binary 10100 1111101 11111111 1011100 110011 0 0 11010101 1100100 110110

Color Harmonies of #147DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147DFF

Black with #147DFF

Text Example


Text Example

White with #147DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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