Html Css Color HEX #1078F0 Dodger Blue

📋 copy color: '#1078F0'

red 16 ◦ green 120 ◦ blue 240

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

Shades of Dodger Blue #1078F0

Tints of Dodger Blue #1078F0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.91%

 BLUE value IS 240 (94.14% from 255) = 63.83%

R = 4.26%
G = 31.91%
B = 63.83%

CMYK

 C value IS 0.93

 M value IS 0.5

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1078F0 (or 0x1078F0) is known color: Dodger Blue. HEX triplet: 10, 78 and F0. RGB value is (16,120,240). Sum of RGB (Red+Green+Blue) = 16+120+240=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 240 (94.14% from 255 or 63.83% from 376); Max value from RGB is 240 - color contains mainly: blue. Hex color #1078F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1078F0 is #EF870F. Grayscale: #666666. Windows color (decimal): -15697680 or 15759376. OLE color: 15759376.

HSL color Cylindrical-coordinate representation of color #1078F0: hue angle of 212.14º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1078F0 is Cyan = 0.93, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 120 240 -
CMYK 0.93 0.5 0 0.06
HSL 212.14º 0.88% 0.5% -
HSV(B) 212.14º 0.93% 0.94% -
XYZ 22.66 19.83 85.07 -
YUV 102.58 205.54 66.24 -
System Red Green Blue C M Y K H S L
Decimal 16 120 240 0.93 0.5 0 0.06 212.14 0.88 0.5
Hex 10 78 F0 5D 32 0 6 D4 58 32
Octal 20 170 360 135 62 0 6 324 130 62
Binary 10000 1111000 11110000 1011101 110010 0 110 11010100 1011000 110010

Color Harmonies of #1078F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1078F0

Black with #1078F0

Text Example


Text Example

White with #1078F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1078F0; }

 p { color: rgb(16,120,240); }

 H1.HeaderClassName
 {
   color: #1078F0;
 }
 .AnyTagClassName
 {
   color: #1078F0;
 }
</style>

background-color css

<style>
 a { background-color: #1078F0; }

 a { background-color: rgb(16,120,240); }

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

border-color css

<style>
 span { border-color: #1078F0; }

 span { border-color: rgb(16,120,240); }

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