Html Css Color HEX #146EEE Dodger Blue

📋 copy color: '#146EEE'

red 20 ◦ green 110 ◦ blue 238

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

Shades of Dodger Blue #146EEE

Tints of Dodger Blue #146EEE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.89%

 BLUE value IS 238 (93.36% from 255) = 64.67%

R = 5.43%
G = 29.89%
B = 64.67%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#146EEE (or 0x146EEE) is known color: Dodger Blue. HEX triplet: 14, 6E and EE. RGB value is (20,110,238). Sum of RGB (Red+Green+Blue) = 20+110+238=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 238 (93.36% from 255 or 64.67% from 368); Max value from RGB is 238 - color contains mainly: blue. Hex color #146EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146EEE is #EB9111. Grayscale: #616161. Windows color (decimal): -15438098 or 15625748. OLE color: 15625748.

HSL color Cylindrical-coordinate representation of color #146EEE: hue angle of 215.23º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #146EEE is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 110 238 -
CMYK 0.92 0.54 0 0.07
HSL 215.23º 0.87% 0.51% -
HSV(B) 215.23º 0.92% 0.93% -
XYZ 21.3 17.47 83.14 -
YUV 97.68 207.18 72.59 -
System Red Green Blue C M Y K H S L
Decimal 20 110 238 0.92 0.54 0 0.07 215.23 0.87 0.51
Hex 14 6E EE 5C 36 0 7 D7 57 33
Octal 24 156 356 134 66 0 7 327 127 63
Binary 10100 1101110 11101110 1011100 110110 0 111 11010111 1010111 110011

Color Harmonies of #146EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146EEE

Black with #146EEE

Text Example


Text Example

White with #146EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,110,238); }

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

background-color css

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

 a { background-color: rgb(20,110,238); }

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

border-color css

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

 span { border-color: rgb(20,110,238); }

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