Html Css Color HEX #1074FF Dodger Blue

📋 copy color: '#1074FF'

red 16 ◦ green 116 ◦ blue 255

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

Shades of Dodger Blue #1074FF

Tints of Dodger Blue #1074FF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.97%

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

R = 4.13%
G = 29.97%
B = 65.89%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1074FF (or 0x1074FF) is known color: Dodger Blue. HEX triplet: 10, 74 and FF. RGB value is (16,116,255). Sum of RGB (Red+Green+Blue) = 16+116+255=387 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.13% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #1074FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1074FF is #EF8B00. Grayscale: #656565. Windows color (decimal): -15698689 or 16741392. OLE color: 16741392.

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

Color convert

RGB 16 116 255 -
CMYK 0.94 0.55 0 0
HSL 214.9º 1% 0.53% -
HSV(B) 214.9º 0.94% 1% -
XYZ 24.51 19.82 97.14 -
YUV 101.95 214.37 66.7 -
System Red Green Blue C M Y K H S L
Decimal 16 116 255 0.94 0.55 0 0 214.9 1 0.53
Hex 10 74 FF 5E 37 0 0 D7 64 35
Octal 20 164 377 136 67 0 0 327 144 65
Binary 10000 1110100 11111111 1011110 110111 0 0 11010111 1100100 110101

Color Harmonies of #1074FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1074FF

Black with #1074FF

Text Example


Text Example

White with #1074FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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