Html Css Color HEX #147FFA Dodger Blue

📋 copy color: '#147FFA'

red 20 ◦ green 127 ◦ blue 250

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

Shades of Dodger Blue #147FFA

Tints of Dodger Blue #147FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.97%

R = 5.04%
G = 31.99%
B = 62.97%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#147FFA (or 0x147FFA) is known color: Dodger Blue. HEX triplet: 14, 7F and FA. RGB value is (20,127,250). Sum of RGB (Red+Green+Blue) = 20+127+250=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #147FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147FFA is #EB8005. Grayscale: #6C6C6C. Windows color (decimal): -15433734 or 16416532. OLE color: 16416532.

HSL color Cylindrical-coordinate representation of color #147FFA: hue angle of 212.09º degrees, saturation: 0.96, 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 #147FFA is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 127 250 -
CMYK 0.92 0.49 0 0.02
HSL 212.09º 0.96% 0.53% -
HSV(B) 212.09º 0.92% 0.98% -
XYZ 25.13 22.23 93.41 -
YUV 109.03 207.55 64.5 -
System Red Green Blue C M Y K H S L
Decimal 20 127 250 0.92 0.49 0 0.02 212.09 0.96 0.53
Hex 14 7F FA 5C 31 0 2 D4 60 35
Octal 24 177 372 134 61 0 2 324 140 65
Binary 10100 1111111 11111010 1011100 110001 0 10 11010100 1100000 110101

Color Harmonies of #147FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147FFA

Black with #147FFA

Text Example


Text Example

White with #147FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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