Html Css Color HEX #1865FF Dodger Blue

📋 copy color: '#1865FF'

red 24 ◦ green 101 ◦ blue 255

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

Shades of Dodger Blue #1865FF

Tints of Dodger Blue #1865FF

RGB

 RED value IS 24 (9.77% from 255) = 6.32%

 GREEN value IS 101 (39.84% from 255) = 26.58%

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

R = 6.32%
G = 26.58%
B = 67.11%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1865FF (or 0x1865FF) is known color: Dodger Blue. HEX triplet: 18, 65 and FF. RGB value is (24,101,255). Sum of RGB (Red+Green+Blue) = 24+101+255=380 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.32% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #1865FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1865FF is #E79A00. Grayscale: #5E5E5E. Windows color (decimal): -15178241 or 16737560. OLE color: 16737560.

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

Color convert

RGB 24 101 255 -
CMYK 0.91 0.60 0 0
HSL 220º 1% 0.55% -
HSV(B) 220º 0.91% 1% -
XYZ 23.08 16.72 96.62 -
YUV 95.53 217.99 76.98 -
System Red Green Blue C M Y K H S L
Decimal 24 101 255 0.91 0.60 0 0 220 1 0.55
Hex 18 65 FF 5B 3C 0 0 DC 64 37
Octal 30 145 377 133 74 0 0 334 144 67
Binary 11000 1100101 11111111 1011011 111100 0 0 11011100 1100100 110111

Color Harmonies of #1865FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1865FF

Black with #1865FF

Text Example


Text Example

White with #1865FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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