Html Css Color HEX #1671EF Dodger Blue

📋 copy color: '#1671EF'

red 22 ◦ green 113 ◦ blue 239

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

Shades of Dodger Blue #1671EF

Tints of Dodger Blue #1671EF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.21%

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

R = 5.88%
G = 30.21%
B = 63.9%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1671EF (or 0x1671EF) is known color: Dodger Blue. HEX triplet: 16, 71 and EF. RGB value is (22,113,239). Sum of RGB (Red+Green+Blue) = 22+113+239=374 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.88% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #1671EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1671EF is #E98E10. Grayscale: #636363. Windows color (decimal): -15306257 or 15692054. OLE color: 15692054.

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

Color convert

RGB 22 113 239 -
CMYK 0.91 0.53 0 0.06
HSL 214.84º 0.87% 0.51% -
HSV(B) 214.84º 0.91% 0.94% -
XYZ 21.82 18.21 84.03 -
YUV 100.16 206.35 72.25 -
System Red Green Blue C M Y K H S L
Decimal 22 113 239 0.91 0.53 0 0.06 214.84 0.87 0.51
Hex 16 71 EF 5B 35 0 6 D7 57 33
Octal 26 161 357 133 65 0 6 327 127 63
Binary 10110 1110001 11101111 1011011 110101 0 110 11010111 1010111 110011

Color Harmonies of #1671EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1671EF

Black with #1671EF

Text Example


Text Example

White with #1671EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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