Html Css Color HEX #1A7FEF Dodger Blue

📋 copy color: '#1A7FEF'

red 26 ◦ green 127 ◦ blue 239

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

Shades of Dodger Blue #1A7FEF

Tints of Dodger Blue #1A7FEF

RGB

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

 GREEN value IS 127 (50% from 255) = 32.4%

 BLUE value IS 239 (93.75% from 255) = 60.97%

R = 6.63%
G = 32.4%
B = 60.97%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1A7FEF (or 0x1A7FEF) is known color: Dodger Blue. HEX triplet: 1A, 7F and EF. RGB value is (26,127,239). Sum of RGB (Red+Green+Blue) = 26+127+239=392 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.63% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #1A7FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A7FEF is #E58010. Grayscale: #6D6D6D. Windows color (decimal): -15040529 or 15695642. OLE color: 15695642.

HSL color Cylindrical-coordinate representation of color #1A7FEF: hue angle of 211.55º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A7FEF is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 127 239 -
CMYK 0.89 0.47 0 0.06
HSL 211.55º 0.87% 0.52% -
HSV(B) 211.55º 0.89% 0.94% -
XYZ 23.6 21.63 84.59 -
YUV 109.57 201.04 68.39 -
System Red Green Blue C M Y K H S L
Decimal 26 127 239 0.89 0.47 0 0.06 211.55 0.87 0.52
Hex 1A 7F EF 59 2F 0 6 D4 57 34
Octal 32 177 357 131 57 0 6 324 127 64
Binary 11010 1111111 11101111 1011001 101111 0 110 11010100 1010111 110100

Color Harmonies of #1A7FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7FEF

Black with #1A7FEF

Text Example


Text Example

White with #1A7FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,127,239); }

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

background-color css

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

 a { background-color: rgb(26,127,239); }

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

border-color css

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

 span { border-color: rgb(26,127,239); }

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