Html Css Color HEX #1A8CFA Dodger Blue

📋 copy color: '#1A8CFA'

red 26 ◦ green 140 ◦ blue 250

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

Shades of Dodger Blue #1A8CFA

Tints of Dodger Blue #1A8CFA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.65%

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

R = 6.25%
G = 33.65%
B = 60.1%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1A8CFA (or 0x1A8CFA) is known color: Dodger Blue. HEX triplet: 1A, 8C and FA. RGB value is (26,140,250). Sum of RGB (Red+Green+Blue) = 26+140+250=416 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.25% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #1A8CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8CFA is #E57305. Grayscale: #757575. Windows color (decimal): -15037190 or 16419866. OLE color: 16419866.

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

Color convert

RGB 26 140 250 -
CMYK 0.90 0.44 0 0.02
HSL 209.46º 0.96% 0.54% -
HSV(B) 209.46º 0.9% 0.98% -
XYZ 27.06 25.88 94.01 -
YUV 118.45 202.23 62.06 -
System Red Green Blue C M Y K H S L
Decimal 26 140 250 0.90 0.44 0 0.02 209.46 0.96 0.54
Hex 1A 8C FA 5A 2C 0 2 D1 60 36
Octal 32 214 372 132 54 0 2 321 140 66
Binary 11010 10001100 11111010 1011010 101100 0 10 11010001 1100000 110110

Color Harmonies of #1A8CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8CFA

Black with #1A8CFA

Text Example


Text Example

White with #1A8CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,140,250); }

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

background-color css

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

 a { background-color: rgb(26,140,250); }

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

border-color css

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

 span { border-color: rgb(26,140,250); }

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