Html Css Color HEX #1A74FF Dodger Blue

📋 copy color: '#1A74FF'

red 26 ◦ green 116 ◦ blue 255

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

Shades of Dodger Blue #1A74FF

Tints of Dodger Blue #1A74FF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.22%

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

R = 6.55%
G = 29.22%
B = 64.23%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1A74FF (or 0x1A74FF) is known color: Dodger Blue. HEX triplet: 1A, 74 and FF. RGB value is (26,116,255). Sum of RGB (Red+Green+Blue) = 26+116+255=397 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.55% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A74FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A74FF is #E58B00. Grayscale: #686868. Windows color (decimal): -15043329 or 16741402. OLE color: 16741402.

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

Color convert

RGB 26 116 255 -
CMYK 0.90 0.55 0 0
HSL 216.42º 1% 0.55% -
HSV(B) 216.42º 0.9% 1% -
XYZ 24.72 19.93 97.15 -
YUV 104.94 212.68 71.7 -
System Red Green Blue C M Y K H S L
Decimal 26 116 255 0.90 0.55 0 0 216.42 1 0.55
Hex 1A 74 FF 5A 37 0 0 D8 64 37
Octal 32 164 377 132 67 0 0 330 144 67
Binary 11010 1110100 11111111 1011010 110111 0 0 11011000 1100100 110111

Color Harmonies of #1A74FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A74FF

Black with #1A74FF

Text Example


Text Example

White with #1A74FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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