Html Css Color HEX #1A8BFD Dodger Blue

📋 copy color: '#1A8BFD'

red 26 ◦ green 139 ◦ blue 253

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

Shades of Dodger Blue #1A8BFD

Tints of Dodger Blue #1A8BFD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.25%

 BLUE value IS 253 (99.22% from 255) = 60.53%

R = 6.22%
G = 33.25%
B = 60.53%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1A8BFD (or 0x1A8BFD) is known color: Dodger Blue. HEX triplet: 1A, 8B and FD. RGB value is (26,139,253). Sum of RGB (Red+Green+Blue) = 26+139+253=418 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.22% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #1A8BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8BFD is #E57402. Grayscale: #757575. Windows color (decimal): -15037443 or 16616218. OLE color: 16616218.

HSL color Cylindrical-coordinate representation of color #1A8BFD: hue angle of 210.13º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A8BFD is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 26 139 253 -
CMYK 0.90 0.45 0 0.01
HSL 210.13º 0.98% 0.55% -
HSV(B) 210.13º 0.9% 0.99% -
XYZ 27.39 25.78 96.46 -
YUV 118.21 204.06 62.23 -
System Red Green Blue C M Y K H S L
Decimal 26 139 253 0.90 0.45 0 0.01 210.13 0.98 0.55
Hex 1A 8B FD 5A 2D 0 1 D2 62 37
Octal 32 213 375 132 55 0 1 322 142 67
Binary 11010 10001011 11111101 1011010 101101 0 1 11010010 1100010 110111

Color Harmonies of #1A8BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8BFD

Black with #1A8BFD

Text Example


Text Example

White with #1A8BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,139,253); }

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

background-color css

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

 a { background-color: rgb(26,139,253); }

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

border-color css

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

 span { border-color: rgb(26,139,253); }

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