Html Css Color HEX #1865FE Dodger Blue

📋 copy color: '#1865FE'

red 24 ◦ green 101 ◦ blue 254

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

Shades of Dodger Blue #1865FE

Tints of Dodger Blue #1865FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 67.02%

R = 6.33%
G = 26.65%
B = 67.02%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1865FE (or 0x1865FE) is known color: Dodger Blue. HEX triplet: 18, 65 and FE. RGB value is (24,101,254). Sum of RGB (Red+Green+Blue) = 24+101+254=379 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.33% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #1865FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1865FE is #E79A01. Grayscale: #5E5E5E. Windows color (decimal): -15178242 or 16672024. OLE color: 16672024.

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

Color convert

RGB 24 101 254 -
CMYK 0.91 0.60 0 0.00
HSL 219.91º 0.99% 0.55% -
HSV(B) 219.91º 0.91% 1% -
XYZ 22.92 16.66 95.77 -
YUV 95.42 217.49 77.06 -
System Red Green Blue C M Y K H S L
Decimal 24 101 254 0.91 0.60 0 0.00 219.91 0.99 0.55
Hex 18 65 FE 5B 3C 0 0 DC 63 37
Octal 30 145 376 133 74 0 0 334 143 67
Binary 11000 1100101 11111110 1011011 111100 0 0 11011100 1100011 110111

Color Harmonies of #1865FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1865FE

Black with #1865FE

Text Example


Text Example

White with #1865FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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