#1869F9

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

Shades of Dodger Blue #1869F9

Tints of Dodger Blue #1869F9

Color information

#1869F9 (or 0x1869F9) is unknown color: approx Dodger Blue. HEX triplet: 18, 69 and F9. RGB value is (24,105,249). Sum of RGB (Red+Green+Blue) = 24+105+249=378 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.35% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 249 (97.66% from 255 or 65.87% from 378); Max value from RGB is 249 - color contains mainly: blue. Hex color #1869F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1869F9 is #E79606. Grayscale: #606060. Windows color (decimal): -15177223 or 16345368. OLE color: 16345368.

HSL color Cylindrical-coordinate representation of color #1869F9: hue angle of 218.4º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1869F9 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24105249-
CMYK0.900.5800.02
HSL218.4º94.94%53.53%-
HSV(B)218.4º90.36%97.65%-
XYZ22.5317.1491.74-
YUV97.2213.6675.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.35%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 249 (97.66% from 255) = 65.87%
R=6.35%
G=27.78%
B=65.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241052490.900.5800.02218.494.9453.53
Hex1869F95A3A02da5f36
Octal30151371132720233213766
Binary110001101001111110011011010111010010110110101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1869F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1869F9; }

 p { color: rgb(24,105,249); }

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

<style>
 a { background-color: #1869F9; }

 a { background-color: rgb(24,105,249); }

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

<style>
 span { border-color: #1869F9; }

 span { border-color: rgb(24,105,249); }

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