Html Css Color HEX #146BFD Dodger Blue

📋 copy color: '#146BFD'

red 20 ◦ green 107 ◦ blue 253

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

Shades of Dodger Blue #146BFD

Tints of Dodger Blue #146BFD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.16%

 BLUE value IS 253 (99.22% from 255) = 66.58%

R = 5.26%
G = 28.16%
B = 66.58%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#146BFD (or 0x146BFD) is known color: Dodger Blue. HEX triplet: 14, 6B and FD. RGB value is (20,107,253). Sum of RGB (Red+Green+Blue) = 20+107+253=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #146BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146BFD is #EB9402. Grayscale: #606060. Windows color (decimal): -15438851 or 16608020. OLE color: 16608020.

HSL color Cylindrical-coordinate representation of color #146BFD: hue angle of 217.6º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #146BFD is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 107 253 -
CMYK 0.92 0.58 0 0.01
HSL 217.6º 0.98% 0.54% -
HSV(B) 217.6º 0.92% 0.99% -
XYZ 23.28 17.76 95.13 -
YUV 97.63 215.68 72.63 -
System Red Green Blue C M Y K H S L
Decimal 20 107 253 0.92 0.58 0 0.01 217.6 0.98 0.54
Hex 14 6B FD 5C 3A 0 1 DA 62 36
Octal 24 153 375 134 72 0 1 332 142 66
Binary 10100 1101011 11111101 1011100 111010 0 1 11011010 1100010 110110

Color Harmonies of #146BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146BFD

Black with #146BFD

Text Example


Text Example

White with #146BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146BFD; }

 p { color: rgb(20,107,253); }

 H1.HeaderClassName
 {
   color: #146BFD;
 }
 .AnyTagClassName
 {
   color: #146BFD;
 }
</style>

background-color css

<style>
 a { background-color: #146BFD; }

 a { background-color: rgb(20,107,253); }

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

border-color css

<style>
 span { border-color: #146BFD; }

 span { border-color: rgb(20,107,253); }

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