Html Css Color HEX #1076F3 Dodger Blue

📋 copy color: '#1076F3'

red 16 ◦ green 118 ◦ blue 243

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

Shades of Dodger Blue #1076F3

Tints of Dodger Blue #1076F3

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.3%

 BLUE value IS 243 (95.31% from 255) = 64.46%

R = 4.24%
G = 31.3%
B = 64.46%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1076F3 (or 0x1076F3) is known color: Dodger Blue. HEX triplet: 10, 76 and F3. RGB value is (16,118,243). Sum of RGB (Red+Green+Blue) = 16+118+243=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 243 (95.31% from 255 or 64.46% from 377); Max value from RGB is 243 - color contains mainly: blue. Hex color #1076F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1076F3 is #EF890C. Grayscale: #656565. Windows color (decimal): -15698189 or 15955472. OLE color: 15955472.

HSL color Cylindrical-coordinate representation of color #1076F3: hue angle of 213.04º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1076F3 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 118 243 -
CMYK 0.93 0.51 0 0.05
HSL 213.04º 0.9% 0.51% -
HSV(B) 213.04º 0.93% 0.95% -
XYZ 22.87 19.54 87.36 -
YUV 101.75 207.71 66.84 -
System Red Green Blue C M Y K H S L
Decimal 16 118 243 0.93 0.51 0 0.05 213.04 0.9 0.51
Hex 10 76 F3 5D 33 0 5 D5 5A 33
Octal 20 166 363 135 63 0 5 325 132 63
Binary 10000 1110110 11110011 1011101 110011 0 101 11010101 1011010 110011

Color Harmonies of #1076F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1076F3

Black with #1076F3

Text Example


Text Example

White with #1076F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1076F3; }

 p { color: rgb(16,118,243); }

 H1.HeaderClassName
 {
   color: #1076F3;
 }
 .AnyTagClassName
 {
   color: #1076F3;
 }
</style>

background-color css

<style>
 a { background-color: #1076F3; }

 a { background-color: rgb(16,118,243); }

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

border-color css

<style>
 span { border-color: #1076F3; }

 span { border-color: rgb(16,118,243); }

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