Html Css Color HEX #1863FA Dodger Blue

📋 copy color: '#1863FA'

red 24 ◦ green 99 ◦ blue 250

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

Shades of Dodger Blue #1863FA

Tints of Dodger Blue #1863FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.54%

 BLUE value IS 250 (98.05% from 255) = 67.02%

R = 6.43%
G = 26.54%
B = 67.02%

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

#1863FA (or 0x1863FA) is known color: Dodger Blue. HEX triplet: 18, 63 and FA. RGB value is (24,99,250). Sum of RGB (Red+Green+Blue) = 24+99+250=373 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.43% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #1863FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1863FA is #E79C05. Grayscale: #5D5D5D. Windows color (decimal): -15178758 or 16409368. OLE color: 16409368.

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

Color convert

RGB 24 99 250 -
CMYK 0.90 0.60 0 0.02
HSL 220.09º 0.96% 0.54% -
HSV(B) 220.09º 0.9% 0.98% -
XYZ 22.09 16.02 92.37 -
YUV 93.79 216.15 78.22 -
System Red Green Blue C M Y K H S L
Decimal 24 99 250 0.90 0.60 0 0.02 220.09 0.96 0.54
Hex 18 63 FA 5A 3C 0 2 DC 60 36
Octal 30 143 372 132 74 0 2 334 140 66
Binary 11000 1100011 11111010 1011010 111100 0 10 11011100 1100000 110110

Color Harmonies of #1863FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1863FA

Black with #1863FA

Text Example


Text Example

White with #1863FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1863FA; }

 p { color: rgb(24,99,250); }

 H1.HeaderClassName
 {
   color: #1863FA;
 }
 .AnyTagClassName
 {
   color: #1863FA;
 }
</style>

background-color css

<style>
 a { background-color: #1863FA; }

 a { background-color: rgb(24,99,250); }

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

border-color css

<style>
 span { border-color: #1863FA; }

 span { border-color: rgb(24,99,250); }

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