Html Css Color HEX #146FFC Dodger Blue

📋 copy color: '#146FFC'

red 20 ◦ green 111 ◦ blue 252

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

Shades of Dodger Blue #146FFC

Tints of Dodger Blue #146FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.98%

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

R = 5.22%
G = 28.98%
B = 65.8%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#146FFC (or 0x146FFC) is known color: Dodger Blue. HEX triplet: 14, 6F and FC. RGB value is (20,111,252). Sum of RGB (Red+Green+Blue) = 20+111+252=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #146FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146FFC is #EB9003. Grayscale: #636363. Windows color (decimal): -15437828 or 16543508. OLE color: 16543508.

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

Color convert

RGB 20 111 252 -
CMYK 0.92 0.56 0 0.01
HSL 216.47º 0.97% 0.53% -
HSV(B) 216.47º 0.92% 0.99% -
XYZ 23.54 18.55 94.43 -
YUV 99.87 213.85 71.04 -
System Red Green Blue C M Y K H S L
Decimal 20 111 252 0.92 0.56 0 0.01 216.47 0.97 0.53
Hex 14 6F FC 5C 38 0 1 D8 61 35
Octal 24 157 374 134 70 0 1 330 141 65
Binary 10100 1101111 11111100 1011100 111000 0 1 11011000 1100001 110101

Color Harmonies of #146FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146FFC

Black with #146FFC

Text Example


Text Example

White with #146FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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