Html Css Color HEX #1092F9 Dodger Blue

📋 copy color: '#1092F9'

red 16 ◦ green 146 ◦ blue 249

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

Shades of Dodger Blue #1092F9

Tints of Dodger Blue #1092F9

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.52%

 BLUE value IS 249 (97.66% from 255) = 60.58%

R = 3.89%
G = 35.52%
B = 60.58%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1092F9 (or 0x1092F9) is known color: Dodger Blue. HEX triplet: 10, 92 and F9. RGB value is (16,146,249). Sum of RGB (Red+Green+Blue) = 16+146+249=411 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.89% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 249 (97.66% from 255 or 60.58% from 411); Max value from RGB is 249 - color contains mainly: blue. Hex color #1092F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1092F9 is #EF6D06. Grayscale: #767676. Windows color (decimal): -15691015 or 16355856. OLE color: 16355856.

HSL color Cylindrical-coordinate representation of color #1092F9: hue angle of 206.52º degrees, saturation: 0.95, 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 #1092F9 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 146 249 -
CMYK 0.94 0.41 0 0.02
HSL 206.52º 0.95% 0.52% -
HSV(B) 206.52º 0.94% 0.98% -
XYZ 27.59 27.51 93.48 -
YUV 118.87 201.43 54.62 -
System Red Green Blue C M Y K H S L
Decimal 16 146 249 0.94 0.41 0 0.02 206.52 0.95 0.52
Hex 10 92 F9 5E 29 0 2 CF 5F 34
Octal 20 222 371 136 51 0 2 317 137 64
Binary 10000 10010010 11111001 1011110 101001 0 10 11001111 1011111 110100

Color Harmonies of #1092F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1092F9

Black with #1092F9

Text Example


Text Example

White with #1092F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1092F9; }

 p { color: rgb(16,146,249); }

 H1.HeaderClassName
 {
   color: #1092F9;
 }
 .AnyTagClassName
 {
   color: #1092F9;
 }
</style>

background-color css

<style>
 a { background-color: #1092F9; }

 a { background-color: rgb(16,146,249); }

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

border-color css

<style>
 span { border-color: #1092F9; }

 span { border-color: rgb(16,146,249); }

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