Html Css Color HEX #147CFC Dodger Blue

📋 copy color: '#147CFC'

red 20 ◦ green 124 ◦ blue 252

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

Shades of Dodger Blue #147CFC

Tints of Dodger Blue #147CFC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.31%

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

R = 5.05%
G = 31.31%
B = 63.64%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#147CFC (or 0x147CFC) is known color: Dodger Blue. HEX triplet: 14, 7C and FC. RGB value is (20,124,252). Sum of RGB (Red+Green+Blue) = 20+124+252=396 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.05% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #147CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147CFC is #EB8303. Grayscale: #6A6A6A. Windows color (decimal): -15434500 or 16546836. OLE color: 16546836.

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

Color convert

RGB 20 124 252 -
CMYK 0.92 0.51 0 0.01
HSL 213.1º 0.97% 0.53% -
HSV(B) 213.1º 0.92% 0.99% -
XYZ 25.07 21.59 94.94 -
YUV 107.5 209.54 65.59 -
System Red Green Blue C M Y K H S L
Decimal 20 124 252 0.92 0.51 0 0.01 213.1 0.97 0.53
Hex 14 7C FC 5C 33 0 1 D5 61 35
Octal 24 174 374 134 63 0 1 325 141 65
Binary 10100 1111100 11111100 1011100 110011 0 1 11010101 1100001 110101

Color Harmonies of #147CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147CFC

Black with #147CFC

Text Example


Text Example

White with #147CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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