#1665FE

Color #1665FE Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1665FE

Tints of Dodger Blue #1665FE

Color information

#1665FE (or 0x1665FE) is unknown color: approx Dodger Blue. HEX triplet: 16, 65 and FE. RGB value is (22,101,254). Sum of RGB (Red+Green+Blue) = 22+101+254=377 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.84% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #1665FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1665FE is #E99A01. Grayscale: #5E5E5E. Windows color (decimal): -15309314 or 16672022. OLE color: 16672022.

HSL color Cylindrical-coordinate representation of color #1665FE: hue angle of 219.57º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1665FE is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB22101254-
CMYK0.910.6000.00
HSL219.57º99.15%54.12%-
HSV(B)219.57º91.34%99.61%-
XYZ22.8716.6395.77-
YUV94.82217.8376.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.84%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 254 (99.61% from 255) = 67.37%
R=5.84%
G=26.79%
B=67.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal221012540.910.6000.00219.5799.1554.12
Hex1665FE5B3C00dc6336
Octal26145376133740033414366
Binary10110110010111111110101101111110000110111001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1665FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1665FE; }

 p { color: rgb(22,101,254); }

 H1.HeaderClassName
 {
   color: #1665FE;
 }
 .AnyTagClassName
 {
   color: #1665FE;
 }
</style>
background-color css

<style>
 a { background-color: #1665FE; }

 a { background-color: rgb(22,101,254); }

 div.DivClassName
 {
   background-color: #1665FE;
 }
 .BgClassName
 {
   background-color: #1665FE;
 }
</style>
border-color css

<style>
 span { border-color: #1665FE; }

 span { border-color: rgb(22,101,254); }

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