#1865F9

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

Shades of Dodger Blue #1865F9

Tints of Dodger Blue #1865F9

Color information

#1865F9 (or 0x1865F9) is unknown color: approx Dodger Blue. HEX triplet: 18, 65 and F9. RGB value is (24,101,249). Sum of RGB (Red+Green+Blue) = 24+101+249=374 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.42% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 249 (97.66% from 255 or 66.58% from 374); Max value from RGB is 249 - color contains mainly: blue. Hex color #1865F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1865F9 is #E79A06. Grayscale: #5E5E5E. Windows color (decimal): -15178247 or 16344344. OLE color: 16344344.

HSL color Cylindrical-coordinate representation of color #1865F9: hue angle of 219.47º 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 #1865F9 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24101249-
CMYK0.900.5900.02
HSL219.47º94.94%53.53%-
HSV(B)219.47º90.36%97.65%-
XYZ22.1316.3491.61-
YUV94.85214.9977.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.42%
GREEN value IS 101 (39.84% from 255) = 27.01%
BLUE value IS 249 (97.66% from 255) = 66.58%
R=6.42%
G=27.01%
B=66.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241012490.900.5900.02219.4794.9453.53
Hex1865F95A3B02db5f36
Octal30145371132730233313766
Binary110001100101111110011011010111011010110110111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1865F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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