Html Css Color HEX #1E77FD Dodger Blue

📋 copy color: '#1E77FD'

red 30 ◦ green 119 ◦ blue 253

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

Shades of Dodger Blue #1E77FD

Tints of Dodger Blue #1E77FD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.6%

 BLUE value IS 253 (99.22% from 255) = 62.94%

R = 7.46%
G = 29.6%
B = 62.94%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1E77FD (or 0x1E77FD) is known color: Dodger Blue. HEX triplet: 1E, 77 and FD. RGB value is (30,119,253). Sum of RGB (Red+Green+Blue) = 30+119+253=402 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.46% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 253 (99.22% from 255 or 62.94% from 402); Max value from RGB is 253 - color contains mainly: blue. Hex color #1E77FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E77FD is #E18802. Grayscale: #6B6B6B. Windows color (decimal): -14780419 or 16611102. OLE color: 16611102.

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

Color convert

RGB 30 119 253 -
CMYK 0.88 0.53 0 0.01
HSL 216.05º 0.98% 0.55% -
HSV(B) 216.05º 0.88% 0.99% -
XYZ 24.86 20.56 95.59 -
YUV 107.67 210.01 72.6 -
System Red Green Blue C M Y K H S L
Decimal 30 119 253 0.88 0.53 0 0.01 216.05 0.98 0.55
Hex 1E 77 FD 58 35 0 1 D8 62 37
Octal 36 167 375 130 65 0 1 330 142 67
Binary 11110 1110111 11111101 1011000 110101 0 1 11011000 1100010 110111

Color Harmonies of #1E77FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E77FD

Black with #1E77FD

Text Example


Text Example

White with #1E77FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,119,253); }

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

background-color css

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

 a { background-color: rgb(30,119,253); }

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

border-color css

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

 span { border-color: rgb(30,119,253); }

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