Html Css Color HEX #1088FA Dodger Blue

📋 copy color: '#1088FA'

red 16 ◦ green 136 ◦ blue 250

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

Shades of Dodger Blue #1088FA

Tints of Dodger Blue #1088FA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.83%

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

R = 3.98%
G = 33.83%
B = 62.19%

CMYK

 C value IS 0.94

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1088FA (or 0x1088FA) is known color: Dodger Blue. HEX triplet: 10, 88 and FA. RGB value is (16,136,250). Sum of RGB (Red+Green+Blue) = 16+136+250=402 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.98% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #1088FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1088FA is #EF7705. Grayscale: #707070. Windows color (decimal): -15693574 or 16418832. OLE color: 16418832.

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

Color convert

RGB 16 136 250 -
CMYK 0.94 0.46 0 0.02
HSL 209.23º 0.96% 0.52% -
HSV(B) 209.23º 0.94% 0.98% -
XYZ 26.27 24.62 93.81 -
YUV 113.12 205.24 58.73 -
System Red Green Blue C M Y K H S L
Decimal 16 136 250 0.94 0.46 0 0.02 209.23 0.96 0.52
Hex 10 88 FA 5E 2E 0 2 D1 60 34
Octal 20 210 372 136 56 0 2 321 140 64
Binary 10000 10001000 11111010 1011110 101110 0 10 11010001 1100000 110100

Color Harmonies of #1088FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1088FA

Black with #1088FA

Text Example


Text Example

White with #1088FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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