Html Css Color HEX #1866FA Dodger Blue

📋 copy color: '#1866FA'

red 24 ◦ green 102 ◦ blue 250

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

Shades of Dodger Blue #1866FA

Tints of Dodger Blue #1866FA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.13%

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

R = 6.38%
G = 27.13%
B = 66.49%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1866FA (or 0x1866FA) is known color: Dodger Blue. HEX triplet: 18, 66 and FA. RGB value is (24,102,250). Sum of RGB (Red+Green+Blue) = 24+102+250=376 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.38% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #1866FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1866FA is #E79905. Grayscale: #5E5E5E. Windows color (decimal): -15177990 or 16410136. OLE color: 16410136.

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

Color convert

RGB 24 102 250 -
CMYK 0.90 0.59 0 0.02
HSL 219.29º 0.96% 0.54% -
HSV(B) 219.29º 0.9% 0.98% -
XYZ 22.38 16.6 92.47 -
YUV 95.55 215.16 76.97 -
System Red Green Blue C M Y K H S L
Decimal 24 102 250 0.90 0.59 0 0.02 219.29 0.96 0.54
Hex 18 66 FA 5A 3B 0 2 DB 60 36
Octal 30 146 372 132 73 0 2 333 140 66
Binary 11000 1100110 11111010 1011010 111011 0 10 11011011 1100000 110110

Color Harmonies of #1866FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1866FA

Black with #1866FA

Text Example


Text Example

White with #1866FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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