Html Css Color HEX #1672EF Dodger Blue

📋 copy color: '#1672EF'

red 22 ◦ green 114 ◦ blue 239

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

Shades of Dodger Blue #1672EF

Tints of Dodger Blue #1672EF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

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

R = 5.87%
G = 30.4%
B = 63.73%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1672EF (or 0x1672EF) is known color: Dodger Blue. HEX triplet: 16, 72 and EF. RGB value is (22,114,239). Sum of RGB (Red+Green+Blue) = 22+114+239=375 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.87% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #1672EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1672EF is #E98D10. Grayscale: #646464. Windows color (decimal): -15306001 or 15692310. OLE color: 15692310.

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

Color convert

RGB 22 114 239 -
CMYK 0.91 0.52 0 0.06
HSL 214.56º 0.87% 0.51% -
HSV(B) 214.56º 0.91% 0.94% -
XYZ 21.93 18.44 84.06 -
YUV 100.74 206.02 71.84 -
System Red Green Blue C M Y K H S L
Decimal 22 114 239 0.91 0.52 0 0.06 214.56 0.87 0.51
Hex 16 72 EF 5B 34 0 6 D7 57 33
Octal 26 162 357 133 64 0 6 327 127 63
Binary 10110 1110010 11101111 1011011 110100 0 110 11010111 1010111 110011

Color Harmonies of #1672EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1672EF

Black with #1672EF

Text Example


Text Example

White with #1672EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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