Html Css Color HEX #146DFC Dodger Blue

📋 copy color: '#146DFC'

red 20 ◦ green 109 ◦ blue 252

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

Shades of Dodger Blue #146DFC

Tints of Dodger Blue #146DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.61%

 BLUE value IS 252 (98.83% from 255) = 66.14%

R = 5.25%
G = 28.61%
B = 66.14%

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

#146DFC (or 0x146DFC) is known color: Dodger Blue. HEX triplet: 14, 6D and FC. RGB value is (20,109,252). Sum of RGB (Red+Green+Blue) = 20+109+252=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #146DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146DFC is #EB9203. Grayscale: #626262. Windows color (decimal): -15438340 or 16542996. OLE color: 16542996.

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

Color convert

RGB 20 109 252 -
CMYK 0.92 0.57 0 0.01
HSL 216.98º 0.97% 0.53% -
HSV(B) 216.98º 0.92% 0.99% -
XYZ 23.33 18.11 94.36 -
YUV 98.69 214.51 71.87 -
System Red Green Blue C M Y K H S L
Decimal 20 109 252 0.92 0.57 0 0.01 216.98 0.97 0.53
Hex 14 6D FC 5C 39 0 1 D9 61 35
Octal 24 155 374 134 71 0 1 331 141 65
Binary 10100 1101101 11111100 1011100 111001 0 1 11011001 1100001 110101

Color Harmonies of #146DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146DFC

Black with #146DFC

Text Example


Text Example

White with #146DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,109,252); }

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

background-color css

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

 a { background-color: rgb(20,109,252); }

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

border-color css

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

 span { border-color: rgb(20,109,252); }

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