Html Css Color HEX #1A8FDE Dodger Blue

📋 copy color: '#1A8FDE'

red 26 ◦ green 143 ◦ blue 222

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

Shades of Dodger Blue #1A8FDE

Tints of Dodger Blue #1A8FDE

RGB

 RED value IS 26 (10.55% from 255) = 6.65%

 GREEN value IS 143 (56.25% from 255) = 36.57%

 BLUE value IS 222 (87.11% from 255) = 56.78%

R = 6.65%
G = 36.57%
B = 56.78%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A8FDE (or 0x1A8FDE) is known color: Dodger Blue. HEX triplet: 1A, 8F and DE. RGB value is (26,143,222). Sum of RGB (Red+Green+Blue) = 26+143+222=391 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.65% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 222 (87.11% from 255 or 56.78% from 391); Max value from RGB is 222 - color contains mainly: blue. Hex color #1A8FDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A8FDE is #E57021. Grayscale: #747474. Windows color (decimal): -15036450 or 14585626. OLE color: 14585626.

HSL color Cylindrical-coordinate representation of color #1A8FDE: hue angle of 204.18º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A8FDE is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 143 222 -
CMYK 0.88 0.36 0 0.13
HSL 204.18º 0.79% 0.49% -
HSV(B) 204.18º 0.88% 0.87% -
XYZ 23.43 25.14 72.72 -
YUV 117.02 187.24 63.08 -
System Red Green Blue C M Y K H S L
Decimal 26 143 222 0.88 0.36 0 0.13 204.18 0.79 0.49
Hex 1A 8F DE 58 24 0 D CC 4F 31
Octal 32 217 336 130 44 0 15 314 117 61
Binary 11010 10001111 11011110 1011000 100100 0 1101 11001100 1001111 110001

Color Harmonies of #1A8FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8FDE

Black with #1A8FDE

Text Example


Text Example

White with #1A8FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A8FDE; }

 p { color: rgb(26,143,222); }

 H1.HeaderClassName
 {
   color: #1A8FDE;
 }
 .AnyTagClassName
 {
   color: #1A8FDE;
 }
</style>

background-color css

<style>
 a { background-color: #1A8FDE; }

 a { background-color: rgb(26,143,222); }

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

border-color css

<style>
 span { border-color: #1A8FDE; }

 span { border-color: rgb(26,143,222); }

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