Html Css Color HEX #1090FE Dodger Blue

📋 copy color: '#1090FE'

red 16 ◦ green 144 ◦ blue 254

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

Shades of Dodger Blue #1090FE

Tints of Dodger Blue #1090FE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.78%

 BLUE value IS 254 (99.61% from 255) = 61.35%

R = 3.86%
G = 34.78%
B = 61.35%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1090FE (or 0x1090FE) is known color: Dodger Blue. HEX triplet: 10, 90 and FE. RGB value is (16,144,254). Sum of RGB (Red+Green+Blue) = 16+144+254=414 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #1090FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1090FE is #EF6F01. Grayscale: #757575. Windows color (decimal): -15691522 or 16683024. OLE color: 16683024.

HSL color Cylindrical-coordinate representation of color #1090FE: hue angle of 207.73º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1090FE is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 16 144 254 -
CMYK 0.94 0.43 0 0.00
HSL 207.73º 0.99% 0.53% -
HSV(B) 207.73º 0.94% 1% -
XYZ 28.08 27.21 97.54 -
YUV 118.27 204.59 55.06 -
System Red Green Blue C M Y K H S L
Decimal 16 144 254 0.94 0.43 0 0.00 207.73 0.99 0.53
Hex 10 90 FE 5E 2B 0 0 D0 63 35
Octal 20 220 376 136 53 0 0 320 143 65
Binary 10000 10010000 11111110 1011110 101011 0 0 11010000 1100011 110101

Color Harmonies of #1090FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1090FE

Black with #1090FE

Text Example


Text Example

White with #1090FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1090FE; }

 p { color: rgb(16,144,254); }

 H1.HeaderClassName
 {
   color: #1090FE;
 }
 .AnyTagClassName
 {
   color: #1090FE;
 }
</style>

background-color css

<style>
 a { background-color: #1090FE; }

 a { background-color: rgb(16,144,254); }

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

border-color css

<style>
 span { border-color: #1090FE; }

 span { border-color: rgb(16,144,254); }

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