Html Css Color HEX #1074EE Dodger Blue

📋 copy color: '#1074EE'

red 16 ◦ green 116 ◦ blue 238

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

Shades of Dodger Blue #1074EE

Tints of Dodger Blue #1074EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.32%

R = 4.32%
G = 31.35%
B = 64.32%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1074EE (or 0x1074EE) is known color: Dodger Blue. HEX triplet: 10, 74 and EE. RGB value is (16,116,238). Sum of RGB (Red+Green+Blue) = 16+116+238=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #1074EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1074EE is #EF8B11. Grayscale: #636363. Windows color (decimal): -15698706 or 15627280. OLE color: 15627280.

HSL color Cylindrical-coordinate representation of color #1074EE: hue angle of 212.97º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1074EE is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 116 238 -
CMYK 0.93 0.51 0 0.07
HSL 212.97º 0.87% 0.5% -
HSV(B) 212.97º 0.93% 0.93% -
XYZ 21.89 18.77 83.36 -
YUV 100.01 205.87 68.08 -
System Red Green Blue C M Y K H S L
Decimal 16 116 238 0.93 0.51 0 0.07 212.97 0.87 0.5
Hex 10 74 EE 5D 33 0 7 D5 57 32
Octal 20 164 356 135 63 0 7 325 127 62
Binary 10000 1110100 11101110 1011101 110011 0 111 11010101 1010111 110010

Color Harmonies of #1074EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1074EE

Black with #1074EE

Text Example


Text Example

White with #1074EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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