Html Css Color HEX #146CFA Dodger Blue

📋 copy color: '#146CFA'

red 20 ◦ green 108 ◦ blue 250

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

Shades of Dodger Blue #146CFA

Tints of Dodger Blue #146CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.14%

R = 5.29%
G = 28.57%
B = 66.14%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#146CFA (or 0x146CFA) is known color: Dodger Blue. HEX triplet: 14, 6C and FA. RGB value is (20,108,250). Sum of RGB (Red+Green+Blue) = 20+108+250=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #146CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146CFA is #EB9305. Grayscale: #616161. Windows color (decimal): -15438598 or 16411668. OLE color: 16411668.

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

Color convert

RGB 20 108 250 -
CMYK 0.92 0.57 0 0.02
HSL 217.04º 0.96% 0.53% -
HSV(B) 217.04º 0.92% 0.98% -
XYZ 22.91 17.78 92.67 -
YUV 97.88 213.85 72.45 -
System Red Green Blue C M Y K H S L
Decimal 20 108 250 0.92 0.57 0 0.02 217.04 0.96 0.53
Hex 14 6C FA 5C 39 0 2 D9 60 35
Octal 24 154 372 134 71 0 2 331 140 65
Binary 10100 1101100 11111010 1011100 111001 0 10 11011001 1100000 110101

Color Harmonies of #146CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146CFA

Black with #146CFA

Text Example


Text Example

White with #146CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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