Html Css Color HEX #1676EF Dodger Blue

📋 copy color: '#1676EF'

red 22 ◦ green 118 ◦ blue 239

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

Shades of Dodger Blue #1676EF

Tints of Dodger Blue #1676EF

RGB

 RED value IS 22 (8.98% from 255) = 5.8%

 GREEN value IS 118 (46.48% from 255) = 31.13%

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

R = 5.8%
G = 31.13%
B = 63.06%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1676EF (or 0x1676EF) is known color: Dodger Blue. HEX triplet: 16, 76 and EF. RGB value is (22,118,239). Sum of RGB (Red+Green+Blue) = 22+118+239=379 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.80% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #1676EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1676EF is #E98910. Grayscale: #666666. Windows color (decimal): -15304977 or 15693334. OLE color: 15693334.

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

Color convert

RGB 22 118 239 -
CMYK 0.91 0.51 0 0.06
HSL 213.46º 0.87% 0.51% -
HSV(B) 213.46º 0.91% 0.94% -
XYZ 22.39 19.36 84.22 -
YUV 103.09 204.7 70.16 -
System Red Green Blue C M Y K H S L
Decimal 22 118 239 0.91 0.51 0 0.06 213.46 0.87 0.51
Hex 16 76 EF 5B 33 0 6 D5 57 33
Octal 26 166 357 133 63 0 6 325 127 63
Binary 10110 1110110 11101111 1011011 110011 0 110 11010101 1010111 110011

Color Harmonies of #1676EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1676EF

Black with #1676EF

Text Example


Text Example

White with #1676EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,118,239); }

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

background-color css

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

 a { background-color: rgb(22,118,239); }

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

border-color css

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

 span { border-color: rgb(22,118,239); }

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