Html Css Color HEX #146CFD Dodger Blue

📋 copy color: '#146CFD'

red 20 ◦ green 108 ◦ blue 253

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

Shades of Dodger Blue #146CFD

Tints of Dodger Blue #146CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.35%

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

R = 5.25%
G = 28.35%
B = 66.4%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#146CFD (or 0x146CFD) is known color: Dodger Blue. HEX triplet: 14, 6C and FD. RGB value is (20,108,253). Sum of RGB (Red+Green+Blue) = 20+108+253=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #146CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146CFD is #EB9302. Grayscale: #616161. Windows color (decimal): -15438595 or 16608276. OLE color: 16608276.

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

Color convert

RGB 20 108 253 -
CMYK 0.92 0.57 0 0.01
HSL 217.34º 0.98% 0.54% -
HSV(B) 217.34º 0.92% 0.99% -
XYZ 23.38 17.97 95.16 -
YUV 98.22 215.35 72.21 -
System Red Green Blue C M Y K H S L
Decimal 20 108 253 0.92 0.57 0 0.01 217.34 0.98 0.54
Hex 14 6C FD 5C 39 0 1 D9 62 36
Octal 24 154 375 134 71 0 1 331 142 66
Binary 10100 1101100 11111101 1011100 111001 0 1 11011001 1100010 110110

Color Harmonies of #146CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146CFD

Black with #146CFD

Text Example


Text Example

White with #146CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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