Html Css Color HEX #147FFF Dodger Blue

📋 copy color: '#147FFF'

red 20 ◦ green 127 ◦ blue 255

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

Shades of Dodger Blue #147FFF

Tints of Dodger Blue #147FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 31.59%

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

R = 4.98%
G = 31.59%
B = 63.43%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#147FFF (or 0x147FFF) is known color: Dodger Blue. HEX triplet: 14, 7F and FF. RGB value is (20,127,255). Sum of RGB (Red+Green+Blue) = 20+127+255=402 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.98% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #147FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147FFF is #EB8000. Grayscale: #6C6C6C. Windows color (decimal): -15433729 or 16744212. OLE color: 16744212.

HSL color Cylindrical-coordinate representation of color #147FFF: hue angle of 212.68º 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 #147FFF is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 20 127 255 -
CMYK 0.92 0.50 0 0
HSL 212.68º 1% 0.54% -
HSV(B) 212.68º 0.92% 1% -
XYZ 25.93 22.55 97.59 -
YUV 109.6 210.05 64.09 -
System Red Green Blue C M Y K H S L
Decimal 20 127 255 0.92 0.50 0 0 212.68 1 0.54
Hex 14 7F FF 5C 32 0 0 D5 64 36
Octal 24 177 377 134 62 0 0 325 144 66
Binary 10100 1111111 11111111 1011100 110010 0 0 11010101 1100100 110110

Color Harmonies of #147FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147FFF

Black with #147FFF

Text Example


Text Example

White with #147FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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