Html Css Color HEX #1A71FC Dodger Blue

📋 copy color: '#1A71FC'

red 26 ◦ green 113 ◦ blue 252

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

Shades of Dodger Blue #1A71FC

Tints of Dodger Blue #1A71FC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.9%

 BLUE value IS 252 (98.83% from 255) = 64.45%

R = 6.65%
G = 28.9%
B = 64.45%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1A71FC (or 0x1A71FC) is known color: Dodger Blue. HEX triplet: 1A, 71 and FC. RGB value is (26,113,252). Sum of RGB (Red+Green+Blue) = 26+113+252=391 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.65% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #1A71FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A71FC is #E58E03. Grayscale: #666666. Windows color (decimal): -15044100 or 16544026. OLE color: 16544026.

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

Color convert

RGB 26 113 252 -
CMYK 0.90 0.55 0 0.01
HSL 216.9º 0.97% 0.55% -
HSV(B) 216.9º 0.9% 0.99% -
XYZ 23.9 19.06 94.51 -
YUV 102.83 212.18 73.2 -
System Red Green Blue C M Y K H S L
Decimal 26 113 252 0.90 0.55 0 0.01 216.9 0.97 0.55
Hex 1A 71 FC 5A 37 0 1 D9 61 37
Octal 32 161 374 132 67 0 1 331 141 67
Binary 11010 1110001 11111100 1011010 110111 0 1 11011001 1100001 110111

Color Harmonies of #1A71FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A71FC

Black with #1A71FC

Text Example


Text Example

White with #1A71FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,113,252); }

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

background-color css

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

 a { background-color: rgb(26,113,252); }

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

border-color css

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

 span { border-color: rgb(26,113,252); }

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