Html Css Color HEX #1D7FFA Dodger Blue

📋 copy color: '#1D7FFA'

red 29 ◦ green 127 ◦ blue 250

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

Shades of Dodger Blue #1D7FFA

Tints of Dodger Blue #1D7FFA

RGB

 RED value IS 29 (11.72% from 255) = 7.14%

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

 BLUE value IS 250 (98.05% from 255) = 61.58%

R = 7.14%
G = 31.28%
B = 61.58%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1D7FFA (or 0x1D7FFA) is known color: Dodger Blue. HEX triplet: 1D, 7F and FA. RGB value is (29,127,250). Sum of RGB (Red+Green+Blue) = 29+127+250=406 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.14% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D7FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D7FFA is #E28005. Grayscale: #6F6F6F. Windows color (decimal): -14843910 or 16416541. OLE color: 16416541.

HSL color Cylindrical-coordinate representation of color #1D7FFA: hue angle of 213.39º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D7FFA is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 127 250 -
CMYK 0.88 0.49 0 0.02
HSL 213.39º 0.96% 0.55% -
HSV(B) 213.39º 0.88% 0.98% -
XYZ 25.35 22.34 93.42 -
YUV 111.72 206.03 69 -
System Red Green Blue C M Y K H S L
Decimal 29 127 250 0.88 0.49 0 0.02 213.39 0.96 0.55
Hex 1D 7F FA 58 31 0 2 D5 60 37
Octal 35 177 372 130 61 0 2 325 140 67
Binary 11101 1111111 11111010 1011000 110001 0 10 11010101 1100000 110111

Color Harmonies of #1D7FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7FFA

Black with #1D7FFA

Text Example


Text Example

White with #1D7FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,127,250); }

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

background-color css

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

 a { background-color: rgb(29,127,250); }

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

border-color css

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

 span { border-color: rgb(29,127,250); }

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