Html Css Color HEX #1077FF Dodger Blue

📋 copy color: '#1077FF'

red 16 ◦ green 119 ◦ blue 255

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

Shades of Dodger Blue #1077FF

Tints of Dodger Blue #1077FF

RGB

 RED value IS 16 (6.64% from 255) = 4.1%

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

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

R = 4.1%
G = 30.51%
B = 65.38%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1077FF (or 0x1077FF) is known color: Dodger Blue. HEX triplet: 10, 77 and FF. RGB value is (16,119,255). Sum of RGB (Red+Green+Blue) = 16+119+255=390 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.10% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #1077FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1077FF is #EF8800. Grayscale: #676767. Windows color (decimal): -15697921 or 16742160. OLE color: 16742160.

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

Color convert

RGB 16 119 255 -
CMYK 0.94 0.53 0 0
HSL 214.14º 1% 0.53% -
HSV(B) 214.14º 0.94% 1% -
XYZ 24.86 20.52 97.26 -
YUV 103.71 213.38 65.44 -
System Red Green Blue C M Y K H S L
Decimal 16 119 255 0.94 0.53 0 0 214.14 1 0.53
Hex 10 77 FF 5E 35 0 0 D6 64 35
Octal 20 167 377 136 65 0 0 326 144 65
Binary 10000 1110111 11111111 1011110 110101 0 0 11010110 1100100 110101

Color Harmonies of #1077FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1077FF

Black with #1077FF

Text Example


Text Example

White with #1077FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1077FF; }

 p { color: rgb(16,119,255); }

 H1.HeaderClassName
 {
   color: #1077FF;
 }
 .AnyTagClassName
 {
   color: #1077FF;
 }
</style>

background-color css

<style>
 a { background-color: #1077FF; }

 a { background-color: rgb(16,119,255); }

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

border-color css

<style>
 span { border-color: #1077FF; }

 span { border-color: rgb(16,119,255); }

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