Html Css Color HEX #1474EF Dodger Blue

📋 copy color: '#1474EF'

red 20 ◦ green 116 ◦ blue 239

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

Shades of Dodger Blue #1474EF

Tints of Dodger Blue #1474EF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.93%

 BLUE value IS 239 (93.75% from 255) = 63.73%

R = 5.33%
G = 30.93%
B = 63.73%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1474EF (or 0x1474EF) is known color: Dodger Blue. HEX triplet: 14, 74 and EF. RGB value is (20,116,239). Sum of RGB (Red+Green+Blue) = 20+116+239=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #1474EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1474EF is #EB8B10. Grayscale: #646464. Windows color (decimal): -15436561 or 15692820. OLE color: 15692820.

HSL color Cylindrical-coordinate representation of color #1474EF: hue angle of 213.7º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1474EF is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 116 239 -
CMYK 0.92 0.51 0 0.06
HSL 213.7º 0.87% 0.51% -
HSV(B) 213.7º 0.92% 0.94% -
XYZ 22.11 18.87 84.14 -
YUV 101.32 205.7 70 -
System Red Green Blue C M Y K H S L
Decimal 20 116 239 0.92 0.51 0 0.06 213.7 0.87 0.51
Hex 14 74 EF 5C 33 0 6 D6 57 33
Octal 24 164 357 134 63 0 6 326 127 63
Binary 10100 1110100 11101111 1011100 110011 0 110 11010110 1010111 110011

Color Harmonies of #1474EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1474EF

Black with #1474EF

Text Example


Text Example

White with #1474EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1474EF; }

 p { color: rgb(20,116,239); }

 H1.HeaderClassName
 {
   color: #1474EF;
 }
 .AnyTagClassName
 {
   color: #1474EF;
 }
</style>

background-color css

<style>
 a { background-color: #1474EF; }

 a { background-color: rgb(20,116,239); }

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

border-color css

<style>
 span { border-color: #1474EF; }

 span { border-color: rgb(20,116,239); }

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