Html Css Color HEX #1864FB Dodger Blue

📋 copy color: '#1864FB'

red 24 ◦ green 100 ◦ blue 251

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

Shades of Dodger Blue #1864FB

Tints of Dodger Blue #1864FB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.67%

 BLUE value IS 251 (98.44% from 255) = 66.93%

R = 6.4%
G = 26.67%
B = 66.93%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1864FB (or 0x1864FB) is known color: Dodger Blue. HEX triplet: 18, 64 and FB. RGB value is (24,100,251). Sum of RGB (Red+Green+Blue) = 24+100+251=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #1864FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1864FB is #E79B04. Grayscale: #5D5D5D. Windows color (decimal): -15178501 or 16475160. OLE color: 16475160.

HSL color Cylindrical-coordinate representation of color #1864FB: hue angle of 219.91º degrees, saturation: 0.97, 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 #1864FB is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 100 251 -
CMYK 0.90 0.60 0 0.02
HSL 219.91º 0.97% 0.54% -
HSV(B) 219.91º 0.9% 0.98% -
XYZ 22.35 16.27 93.23 -
YUV 94.49 216.32 77.72 -
System Red Green Blue C M Y K H S L
Decimal 24 100 251 0.90 0.60 0 0.02 219.91 0.97 0.54
Hex 18 64 FB 5A 3C 0 2 DC 61 36
Octal 30 144 373 132 74 0 2 334 141 66
Binary 11000 1100100 11111011 1011010 111100 0 10 11011100 1100001 110110

Color Harmonies of #1864FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1864FB

Black with #1864FB

Text Example


Text Example

White with #1864FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1864FB; }

 p { color: rgb(24,100,251); }

 H1.HeaderClassName
 {
   color: #1864FB;
 }
 .AnyTagClassName
 {
   color: #1864FB;
 }
</style>

background-color css

<style>
 a { background-color: #1864FB; }

 a { background-color: rgb(24,100,251); }

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

border-color css

<style>
 span { border-color: #1864FB; }

 span { border-color: rgb(24,100,251); }

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