Html Css Color HEX #1A72FF Dodger Blue

📋 copy color: '#1A72FF'

red 26 ◦ green 114 ◦ blue 255

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

Shades of Dodger Blue #1A72FF

Tints of Dodger Blue #1A72FF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.86%

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

R = 6.58%
G = 28.86%
B = 64.56%

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

#1A72FF (or 0x1A72FF) is known color: Dodger Blue. HEX triplet: 1A, 72 and FF. RGB value is (26,114,255). Sum of RGB (Red+Green+Blue) = 26+114+255=395 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.58% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A72FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A72FF is #E58D00. Grayscale: #676767. Windows color (decimal): -15043841 or 16740890. OLE color: 16740890.

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

Color convert

RGB 26 114 255 -
CMYK 0.90 0.55 0 0
HSL 216.94º 1% 0.55% -
HSV(B) 216.94º 0.9% 1% -
XYZ 24.49 19.47 97.08 -
YUV 103.76 213.35 72.54 -
System Red Green Blue C M Y K H S L
Decimal 26 114 255 0.90 0.55 0 0 216.94 1 0.55
Hex 1A 72 FF 5A 37 0 0 D9 64 37
Octal 32 162 377 132 67 0 0 331 144 67
Binary 11010 1110010 11111111 1011010 110111 0 0 11011001 1100100 110111

Color Harmonies of #1A72FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A72FF

Black with #1A72FF

Text Example


Text Example

White with #1A72FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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