Html Css Color HEX #1672EB Dodger Blue

📋 copy color: '#1672EB'

red 22 ◦ green 114 ◦ blue 235

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

Shades of Dodger Blue #1672EB

Tints of Dodger Blue #1672EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.34%

R = 5.93%
G = 30.73%
B = 63.34%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1672EB (or 0x1672EB) is known color: Dodger Blue. HEX triplet: 16, 72 and EB. RGB value is (22,114,235). Sum of RGB (Red+Green+Blue) = 22+114+235=371 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.93% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #1672EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1672EB is #E98D14. Grayscale: #636363. Windows color (decimal): -15306005 or 15430166. OLE color: 15430166.

HSL color Cylindrical-coordinate representation of color #1672EB: hue angle of 214.08º degrees, saturation: 0.84, 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 #1672EB is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 22 114 235 -
CMYK 0.91 0.51 0 0.08
HSL 214.08º 0.84% 0.5% -
HSV(B) 214.08º 0.91% 0.92% -
XYZ 21.34 18.2 80.99 -
YUV 100.29 204.02 72.16 -
System Red Green Blue C M Y K H S L
Decimal 22 114 235 0.91 0.51 0 0.08 214.08 0.84 0.5
Hex 16 72 EB 5B 33 0 8 D6 54 32
Octal 26 162 353 133 63 0 10 326 124 62
Binary 10110 1110010 11101011 1011011 110011 0 1000 11010110 1010100 110010

Color Harmonies of #1672EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1672EB

Black with #1672EB

Text Example


Text Example

White with #1672EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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