Html Css Color HEX #1679EF Dodger Blue

📋 copy color: '#1679EF'

red 22 ◦ green 121 ◦ blue 239

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

Shades of Dodger Blue #1679EF

Tints of Dodger Blue #1679EF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.68%

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

R = 5.76%
G = 31.68%
B = 62.57%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1679EF (or 0x1679EF) is known color: Dodger Blue. HEX triplet: 16, 79 and EF. RGB value is (22,121,239). Sum of RGB (Red+Green+Blue) = 22+121+239=382 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.76% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #1679EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1679EF is #E98610. Grayscale: #686868. Windows color (decimal): -15304209 or 15694102. OLE color: 15694102.

HSL color Cylindrical-coordinate representation of color #1679EF: hue angle of 212.63º 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 #1679EF is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 22 121 239 -
CMYK 0.91 0.49 0 0.06
HSL 212.63º 0.87% 0.51% -
HSV(B) 212.63º 0.91% 0.94% -
XYZ 22.75 20.08 84.34 -
YUV 104.85 203.7 68.91 -
System Red Green Blue C M Y K H S L
Decimal 22 121 239 0.91 0.49 0 0.06 212.63 0.87 0.51
Hex 16 79 EF 5B 31 0 6 D5 57 33
Octal 26 171 357 133 61 0 6 325 127 63
Binary 10110 1111001 11101111 1011011 110001 0 110 11010101 1010111 110011

Color Harmonies of #1679EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1679EF

Black with #1679EF

Text Example


Text Example

White with #1679EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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