Html Css Color HEX #1676EA Dodger Blue

📋 copy color: '#1676EA'

red 22 ◦ green 118 ◦ blue 234

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

Shades of Dodger Blue #1676EA

Tints of Dodger Blue #1676EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.57%

R = 5.88%
G = 31.55%
B = 62.57%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1676EA (or 0x1676EA) is known color: Dodger Blue. HEX triplet: 16, 76 and EA. RGB value is (22,118,234). Sum of RGB (Red+Green+Blue) = 22+118+234=374 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.88% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #1676EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1676EA is #E98915. Grayscale: #656565. Windows color (decimal): -15304982 or 15365654. OLE color: 15365654.

HSL color Cylindrical-coordinate representation of color #1676EA: hue angle of 212.83º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1676EA is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 22 118 234 -
CMYK 0.91 0.50 0 0.08
HSL 212.83º 0.83% 0.5% -
HSV(B) 212.83º 0.91% 0.92% -
XYZ 21.66 19.07 80.38 -
YUV 102.52 202.2 70.57 -
System Red Green Blue C M Y K H S L
Decimal 22 118 234 0.91 0.50 0 0.08 212.83 0.83 0.5
Hex 16 76 EA 5B 32 0 8 D5 53 32
Octal 26 166 352 133 62 0 10 325 123 62
Binary 10110 1110110 11101010 1011011 110010 0 1000 11010101 1010011 110010

Color Harmonies of #1676EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1676EA

Black with #1676EA

Text Example


Text Example

White with #1676EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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