#147BF0

Color #147BF0 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #147BF0

Tints of Dodger Blue #147BF0

Color information

#147BF0 (or 0x147BF0) is unknown color: approx Dodger Blue. HEX triplet: 14, 7B and F0. RGB value is (20,123,240). Sum of RGB (Red+Green+Blue) = 20+123+240=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 240 (94.14% from 255 or 62.66% from 383); Max value from RGB is 240 - color contains mainly: blue. Hex color #147BF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147BF0 is #EB840F. Grayscale: #686868. Windows color (decimal): -15434768 or 15760148. OLE color: 15760148.

HSL color Cylindrical-coordinate representation of color #147BF0: hue angle of 211.91º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147BF0 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20123240-
CMYK0.920.4900.06
HSL211.91º88%50.98%-
HSV(B)211.91º91.67%94.12%-
XYZ23.120.6185.2-
YUV105.54203.8866.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.22%
GREEN value IS 123 (48.44% from 255) = 32.11%
BLUE value IS 240 (94.14% from 255) = 62.66%
R=5.22%
G=32.11%
B=62.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal201232400.920.4900.06211.918850.98
Hex147BF05C3106d45833
Octal24173360134610632413063
Binary1010011110111111000010111001100010110110101001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,123,240); }

 H1.HeaderClassName
 {
   color: #147BF0;
 }
 .AnyTagClassName
 {
   color: #147BF0;
 }
</style>
background-color css

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

 a { background-color: rgb(20,123,240); }

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

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

 span { border-color: rgb(20,123,240); }

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