Html Css Color HEX #1676FF Dodger Blue

📋 copy color: '#1676FF'

red 22 ◦ green 118 ◦ blue 255

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

Shades of Dodger Blue #1676FF

Tints of Dodger Blue #1676FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.56%

R = 5.57%
G = 29.87%
B = 64.56%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1676FF (or 0x1676FF) is known color: Dodger Blue. HEX triplet: 16, 76 and FF. RGB value is (22,118,255). Sum of RGB (Red+Green+Blue) = 22+118+255=395 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.57% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #1676FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1676FF is #E98900. Grayscale: #686868. Windows color (decimal): -15304961 or 16741910. OLE color: 16741910.

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

Color convert

RGB 22 118 255 -
CMYK 0.91 0.54 0 0
HSL 215.28º 1% 0.54% -
HSV(B) 215.28º 0.91% 1% -
XYZ 24.86 20.35 97.22 -
YUV 104.91 212.7 68.86 -
System Red Green Blue C M Y K H S L
Decimal 22 118 255 0.91 0.54 0 0 215.28 1 0.54
Hex 16 76 FF 5B 36 0 0 D7 64 36
Octal 26 166 377 133 66 0 0 327 144 66
Binary 10110 1110110 11111111 1011011 110110 0 0 11010111 1100100 110110

Color Harmonies of #1676FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1676FF

Black with #1676FF

Text Example


Text Example

White with #1676FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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