Html Css Color HEX #147AFB Dodger Blue

📋 copy color: '#147AFB'

red 20 ◦ green 122 ◦ blue 251

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

Shades of Dodger Blue #147AFB

Tints of Dodger Blue #147AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.04%

 BLUE value IS 251 (98.44% from 255) = 63.87%

R = 5.09%
G = 31.04%
B = 63.87%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#147AFB (or 0x147AFB) is known color: Dodger Blue. HEX triplet: 14, 7A and FB. RGB value is (20,122,251). Sum of RGB (Red+Green+Blue) = 20+122+251=393 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.09% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #147AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147AFB is #EB8504. Grayscale: #696969. Windows color (decimal): -15435013 or 16480788. OLE color: 16480788.

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

Color convert

RGB 20 122 251 -
CMYK 0.92 0.51 0 0.02
HSL 213.51º 0.97% 0.53% -
HSV(B) 213.51º 0.92% 0.98% -
XYZ 24.66 21.03 94.03 -
YUV 106.21 209.71 66.51 -
System Red Green Blue C M Y K H S L
Decimal 20 122 251 0.92 0.51 0 0.02 213.51 0.97 0.53
Hex 14 7A FB 5C 33 0 2 D6 61 35
Octal 24 172 373 134 63 0 2 326 141 65
Binary 10100 1111010 11111011 1011100 110011 0 10 11010110 1100001 110101

Color Harmonies of #147AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147AFB

Black with #147AFB

Text Example


Text Example

White with #147AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,122,251); }

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

background-color css

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

 a { background-color: rgb(20,122,251); }

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

border-color css

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

 span { border-color: rgb(20,122,251); }

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