Html Css Color HEX #1663FF Dodger Blue

📋 copy color: '#1663FF'

red 22 ◦ green 99 ◦ blue 255

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

Shades of Dodger Blue #1663FF

Tints of Dodger Blue #1663FF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.33%

 BLUE value IS 255 (100% from 255) = 67.82%

R = 5.85%
G = 26.33%
B = 67.82%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1663FF (or 0x1663FF) is known color: Dodger Blue. HEX triplet: 16, 63 and FF. RGB value is (22,99,255). Sum of RGB (Red+Green+Blue) = 22+99+255=376 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.85% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #1663FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1663FF is #E99C00. Grayscale: #5D5D5D. Windows color (decimal): -15309825 or 16737046. OLE color: 16737046.

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

Color convert

RGB 22 99 255 -
CMYK 0.91 0.61 0 0
HSL 220.17º 1% 0.54% -
HSV(B) 220.17º 0.91% 1% -
XYZ 22.84 16.31 96.55 -
YUV 93.76 218.99 76.82 -
System Red Green Blue C M Y K H S L
Decimal 22 99 255 0.91 0.61 0 0 220.17 1 0.54
Hex 16 63 FF 5B 3D 0 0 DC 64 36
Octal 26 143 377 133 75 0 0 334 144 66
Binary 10110 1100011 11111111 1011011 111101 0 0 11011100 1100100 110110

Color Harmonies of #1663FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1663FF

Black with #1663FF

Text Example


Text Example

White with #1663FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1663FF; }

 p { color: rgb(22,99,255); }

 H1.HeaderClassName
 {
   color: #1663FF;
 }
 .AnyTagClassName
 {
   color: #1663FF;
 }
</style>

background-color css

<style>
 a { background-color: #1663FF; }

 a { background-color: rgb(22,99,255); }

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

border-color css

<style>
 span { border-color: #1663FF; }

 span { border-color: rgb(22,99,255); }

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