Html Css Color HEX #1A85FF Dodger Blue

📋 copy color: '#1A85FF'

red 26 ◦ green 133 ◦ blue 255

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

Shades of Dodger Blue #1A85FF

Tints of Dodger Blue #1A85FF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.13%

 BLUE value IS 255 (100% from 255) = 61.59%

R = 6.28%
G = 32.13%
B = 61.59%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1A85FF (or 0x1A85FF) is known color: Dodger Blue. HEX triplet: 1A, 85 and FF. RGB value is (26,133,255). Sum of RGB (Red+Green+Blue) = 26+133+255=414 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.28% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A85FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A85FF is #E57A00. Grayscale: #727272. Windows color (decimal): -15038977 or 16745754. OLE color: 16745754.

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

Color convert

RGB 26 133 255 -
CMYK 0.90 0.48 0 0
HSL 211.97º 1% 0.55% -
HSV(B) 211.97º 0.9% 1% -
XYZ 26.86 24.21 97.87 -
YUV 114.92 207.05 64.58 -
System Red Green Blue C M Y K H S L
Decimal 26 133 255 0.90 0.48 0 0 211.97 1 0.55
Hex 1A 85 FF 5A 30 0 0 D4 64 37
Octal 32 205 377 132 60 0 0 324 144 67
Binary 11010 10000101 11111111 1011010 110000 0 0 11010100 1100100 110111

Color Harmonies of #1A85FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A85FF

Black with #1A85FF

Text Example


Text Example

White with #1A85FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,133,255); }

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

background-color css

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

 a { background-color: rgb(26,133,255); }

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

border-color css

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

 span { border-color: rgb(26,133,255); }

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