Html Css Color HEX #147FFC Dodger Blue

📋 copy color: '#147FFC'

red 20 ◦ green 127 ◦ blue 252

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

Shades of Dodger Blue #147FFC

Tints of Dodger Blue #147FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.16%

R = 5.01%
G = 31.83%
B = 63.16%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#147FFC (or 0x147FFC) is known color: Dodger Blue. HEX triplet: 14, 7F and FC. RGB value is (20,127,252). Sum of RGB (Red+Green+Blue) = 20+127+252=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #147FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147FFC is #EB8003. Grayscale: #6C6C6C. Windows color (decimal): -15433732 or 16547604. OLE color: 16547604.

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

Color convert

RGB 20 127 252 -
CMYK 0.92 0.50 0 0.01
HSL 212.33º 0.97% 0.53% -
HSV(B) 212.33º 0.92% 0.99% -
XYZ 25.45 22.36 95.07 -
YUV 109.26 208.55 64.34 -
System Red Green Blue C M Y K H S L
Decimal 20 127 252 0.92 0.50 0 0.01 212.33 0.97 0.53
Hex 14 7F FC 5C 32 0 1 D4 61 35
Octal 24 177 374 134 62 0 1 324 141 65
Binary 10100 1111111 11111100 1011100 110010 0 1 11010100 1100001 110101

Color Harmonies of #147FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147FFC

Black with #147FFC

Text Example


Text Example

White with #147FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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