Html Css Color HEX #1094FA Dodger Blue

📋 copy color: '#1094FA'

red 16 ◦ green 148 ◦ blue 250

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

Shades of Dodger Blue #1094FA

Tints of Dodger Blue #1094FA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.75%

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

R = 3.86%
G = 35.75%
B = 60.39%

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

#1094FA (or 0x1094FA) is known color: Dodger Blue. HEX triplet: 10, 94 and FA. RGB value is (16,148,250). Sum of RGB (Red+Green+Blue) = 16+148+250=414 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #1094FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1094FA is #EF6B05. Grayscale: #777777. Windows color (decimal): -15690502 or 16421904. OLE color: 16421904.

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

Color convert

RGB 16 148 250 -
CMYK 0.94 0.41 0 0.02
HSL 206.15º 0.96% 0.52% -
HSV(B) 206.15º 0.94% 0.98% -
XYZ 28.06 28.19 94.41 -
YUV 120.16 201.27 53.71 -
System Red Green Blue C M Y K H S L
Decimal 16 148 250 0.94 0.41 0 0.02 206.15 0.96 0.52
Hex 10 94 FA 5E 29 0 2 CE 60 34
Octal 20 224 372 136 51 0 2 316 140 64
Binary 10000 10010100 11111010 1011110 101001 0 10 11001110 1100000 110100

Color Harmonies of #1094FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1094FA

Black with #1094FA

Text Example


Text Example

White with #1094FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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