Html Css Color HEX #146FF4 Dodger Blue

📋 copy color: '#146FF4'

red 20 ◦ green 111 ◦ blue 244

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

Shades of Dodger Blue #146FF4

Tints of Dodger Blue #146FF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 65.07%

R = 5.33%
G = 29.6%
B = 65.07%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#146FF4 (or 0x146FF4) is known color: Dodger Blue. HEX triplet: 14, 6F and F4. RGB value is (20,111,244). Sum of RGB (Red+Green+Blue) = 20+111+244=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 244 (95.70% from 255 or 65.07% from 375); Max value from RGB is 244 - color contains mainly: blue. Hex color #146FF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146FF4 is #EB900B. Grayscale: #626262. Windows color (decimal): -15437836 or 16019220. OLE color: 16019220.

HSL color Cylindrical-coordinate representation of color #146FF4: hue angle of 215.62º degrees, saturation: 0.91, 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 #146FF4 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 111 244 -
CMYK 0.92 0.55 0 0.04
HSL 215.63º 0.91% 0.52% -
HSV(B) 215.63º 0.92% 0.96% -
XYZ 22.3 18.05 87.9 -
YUV 98.95 209.85 71.69 -
System Red Green Blue C M Y K H S L
Decimal 20 111 244 0.92 0.55 0 0.04 215.63 0.91 0.52
Hex 14 6F F4 5C 37 0 4 D8 5B 34
Octal 24 157 364 134 67 0 4 330 133 64
Binary 10100 1101111 11110100 1011100 110111 0 100 11011000 1011011 110100

Color Harmonies of #146FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146FF4

Black with #146FF4

Text Example


Text Example

White with #146FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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