Html Css Color HEX #147BFB Dodger Blue

📋 copy color: '#147BFB'

red 20 ◦ green 123 ◦ blue 251

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

Shades of Dodger Blue #147BFB

Tints of Dodger Blue #147BFB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.22%

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

R = 5.08%
G = 31.22%
B = 63.71%

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

#147BFB (or 0x147BFB) is known color: Dodger Blue. HEX triplet: 14, 7B and FB. RGB value is (20,123,251). Sum of RGB (Red+Green+Blue) = 20+123+251=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #147BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #147BFB is #EB8404. Grayscale: #6A6A6A. Windows color (decimal): -15434757 or 16481044. OLE color: 16481044.

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

Color convert

RGB 20 123 251 -
CMYK 0.92 0.51 0 0.02
HSL 213.25º 0.97% 0.53% -
HSV(B) 213.25º 0.92% 0.98% -
XYZ 24.78 21.28 94.07 -
YUV 106.8 209.38 66.09 -
System Red Green Blue C M Y K H S L
Decimal 20 123 251 0.92 0.51 0 0.02 213.25 0.97 0.53
Hex 14 7B FB 5C 33 0 2 D5 61 35
Octal 24 173 373 134 63 0 2 325 141 65
Binary 10100 1111011 11111011 1011100 110011 0 10 11010101 1100001 110101

Color Harmonies of #147BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BFB

Black with #147BFB

Text Example


Text Example

White with #147BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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