Html Css Color HEX #1075FF Dodger Blue

📋 copy color: '#1075FF'

red 16 ◦ green 117 ◦ blue 255

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

Shades of Dodger Blue #1075FF

Tints of Dodger Blue #1075FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.15%

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

R = 4.12%
G = 30.15%
B = 65.72%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1075FF (or 0x1075FF) is known color: Dodger Blue. HEX triplet: 10, 75 and FF. RGB value is (16,117,255). Sum of RGB (Red+Green+Blue) = 16+117+255=388 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.12% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #1075FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1075FF is #EF8A00. Grayscale: #656565. Windows color (decimal): -15698433 or 16741648. OLE color: 16741648.

HSL color Cylindrical-coordinate representation of color #1075FF: hue angle of 214.64º 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 #1075FF is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 16 117 255 -
CMYK 0.94 0.54 0 0
HSL 214.64º 1% 0.53% -
HSV(B) 214.64º 0.94% 1% -
XYZ 24.62 20.05 97.18 -
YUV 102.53 214.04 66.28 -
System Red Green Blue C M Y K H S L
Decimal 16 117 255 0.94 0.54 0 0 214.64 1 0.53
Hex 10 75 FF 5E 36 0 0 D7 64 35
Octal 20 165 377 136 66 0 0 327 144 65
Binary 10000 1110101 11111111 1011110 110110 0 0 11010111 1100100 110101

Color Harmonies of #1075FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1075FF

Black with #1075FF

Text Example


Text Example

White with #1075FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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