Html Css Color HEX #146CF5 Dodger Blue

📋 copy color: '#146CF5'

red 20 ◦ green 108 ◦ blue 245

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

Shades of Dodger Blue #146CF5

Tints of Dodger Blue #146CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 65.68%

R = 5.36%
G = 28.95%
B = 65.68%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#146CF5 (or 0x146CF5) is known color: Dodger Blue. HEX triplet: 14, 6C and F5. RGB value is (20,108,245). Sum of RGB (Red+Green+Blue) = 20+108+245=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 245 (96.09% from 255 or 65.68% from 373); Max value from RGB is 245 - color contains mainly: blue. Hex color #146CF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146CF5 is #EB930A. Grayscale: #606060. Windows color (decimal): -15438603 or 16083988. OLE color: 16083988.

HSL color Cylindrical-coordinate representation of color #146CF5: hue angle of 216.53º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #146CF5 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 108 245 -
CMYK 0.92 0.56 0 0.04
HSL 216.53º 0.92% 0.52% -
HSV(B) 216.53º 0.92% 0.96% -
XYZ 22.13 17.47 88.59 -
YUV 97.31 211.35 72.86 -
System Red Green Blue C M Y K H S L
Decimal 20 108 245 0.92 0.56 0 0.04 216.53 0.92 0.52
Hex 14 6C F5 5C 38 0 4 D9 5C 34
Octal 24 154 365 134 70 0 4 331 134 64
Binary 10100 1101100 11110101 1011100 111000 0 100 11011001 1011100 110100

Color Harmonies of #146CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146CF5

Black with #146CF5

Text Example


Text Example

White with #146CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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