Html Css Color HEX #1074FA Dodger Blue

📋 copy color: '#1074FA'

red 16 ◦ green 116 ◦ blue 250

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

Shades of Dodger Blue #1074FA

Tints of Dodger Blue #1074FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.45%

R = 4.19%
G = 30.37%
B = 65.45%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1074FA (or 0x1074FA) is known color: Dodger Blue. HEX triplet: 10, 74 and FA. RGB value is (16,116,250). Sum of RGB (Red+Green+Blue) = 16+116+250=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #1074FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1074FA is #EF8B05. Grayscale: #646464. Windows color (decimal): -15698694 or 16413712. OLE color: 16413712.

HSL color Cylindrical-coordinate representation of color #1074FA: hue angle of 214.36º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1074FA is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 116 250 -
CMYK 0.94 0.54 0 0.02
HSL 214.36º 0.96% 0.52% -
HSV(B) 214.36º 0.94% 0.98% -
XYZ 23.71 19.5 92.96 -
YUV 101.38 211.87 67.1 -
System Red Green Blue C M Y K H S L
Decimal 16 116 250 0.94 0.54 0 0.02 214.36 0.96 0.52
Hex 10 74 FA 5E 36 0 2 D6 60 34
Octal 20 164 372 136 66 0 2 326 140 64
Binary 10000 1110100 11111010 1011110 110110 0 10 11010110 1100000 110100

Color Harmonies of #1074FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1074FA

Black with #1074FA

Text Example


Text Example

White with #1074FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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