Html Css Color HEX #146CF1 Dodger Blue

📋 copy color: '#146CF1'

red 20 ◦ green 108 ◦ blue 241

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

Shades of Dodger Blue #146CF1

Tints of Dodger Blue #146CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 65.31%

R = 5.42%
G = 29.27%
B = 65.31%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#146CF1 (or 0x146CF1) is known color: Dodger Blue. HEX triplet: 14, 6C and F1. RGB value is (20,108,241). Sum of RGB (Red+Green+Blue) = 20+108+241=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #146CF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146CF1 is #EB930E. Grayscale: #606060. Windows color (decimal): -15438607 or 15821844. OLE color: 15821844.

HSL color Cylindrical-coordinate representation of color #146CF1: hue angle of 216.11º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #146CF1 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 108 241 -
CMYK 0.92 0.55 0 0.05
HSL 216.11º 0.89% 0.51% -
HSV(B) 216.11º 0.92% 0.95% -
XYZ 21.53 17.22 85.41 -
YUV 96.85 209.35 73.19 -
System Red Green Blue C M Y K H S L
Decimal 20 108 241 0.92 0.55 0 0.05 216.11 0.89 0.51
Hex 14 6C F1 5C 37 0 5 D8 59 33
Octal 24 154 361 134 67 0 5 330 131 63
Binary 10100 1101100 11110001 1011100 110111 0 101 11011000 1011001 110011

Color Harmonies of #146CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146CF1

Black with #146CF1

Text Example


Text Example

White with #146CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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