Html Css Color HEX #1E7BFF Dodger Blue

📋 copy color: '#1E7BFF'

red 30 ◦ green 123 ◦ blue 255

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

Shades of Dodger Blue #1E7BFF

Tints of Dodger Blue #1E7BFF

RGB

 RED value IS 30 (12.11% from 255) = 7.35%

 GREEN value IS 123 (48.44% from 255) = 30.15%

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

R = 7.35%
G = 30.15%
B = 62.5%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1E7BFF (or 0x1E7BFF) is known color: Dodger Blue. HEX triplet: 1E, 7B and FF. RGB value is (30,123,255). Sum of RGB (Red+Green+Blue) = 30+123+255=408 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.35% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E7BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E7BFF is #E18400. Grayscale: #6D6D6D. Windows color (decimal): -14779393 or 16743198. OLE color: 16743198.

HSL color Cylindrical-coordinate representation of color #1E7BFF: hue angle of 215.2º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E7BFF is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 30 123 255 -
CMYK 0.88 0.52 0 0
HSL 215.2º 1% 0.56% -
HSV(B) 215.2º 0.88% 1% -
XYZ 25.67 21.66 97.44 -
YUV 110.24 209.69 70.77 -
System Red Green Blue C M Y K H S L
Decimal 30 123 255 0.88 0.52 0 0 215.2 1 0.56
Hex 1E 7B FF 58 34 0 0 D7 64 38
Octal 36 173 377 130 64 0 0 327 144 70
Binary 11110 1111011 11111111 1011000 110100 0 0 11010111 1100100 111000

Color Harmonies of #1E7BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7BFF

Black with #1E7BFF

Text Example


Text Example

White with #1E7BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,123,255); }

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

background-color css

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

 a { background-color: rgb(30,123,255); }

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

border-color css

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

 span { border-color: rgb(30,123,255); }

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