Html Css Color HEX #1199FD Dodger Blue

📋 copy color: '#1199FD'

red 17 ◦ green 153 ◦ blue 253

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

Shades of Dodger Blue #1199FD

Tints of Dodger Blue #1199FD

RGB

 RED value IS 17 (7.03% from 255) = 4.02%

 GREEN value IS 153 (60.16% from 255) = 36.17%

 BLUE value IS 253 (99.22% from 255) = 59.81%

R = 4.02%
G = 36.17%
B = 59.81%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1199FD (or 0x1199FD) is known color: Dodger Blue. HEX triplet: 11, 99 and FD. RGB value is (17,153,253). Sum of RGB (Red+Green+Blue) = 17+153+253=423 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4.02% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #1199FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1199FD is #EE6602. Grayscale: #7B7B7B. Windows color (decimal): -15623683 or 16619793. OLE color: 16619793.

HSL color Cylindrical-coordinate representation of color #1199FD: hue angle of 205.42º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1199FD is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 17 153 253 -
CMYK 0.93 0.40 0 0.01
HSL 205.42º 0.98% 0.53% -
HSV(B) 205.42º 0.93% 0.99% -
XYZ 29.35 29.99 97.17 -
YUV 123.74 200.94 51.87 -
System Red Green Blue C M Y K H S L
Decimal 17 153 253 0.93 0.40 0 0.01 205.42 0.98 0.53
Hex 11 99 FD 5D 28 0 1 CD 62 35
Octal 21 231 375 135 50 0 1 315 142 65
Binary 10001 10011001 11111101 1011101 101000 0 1 11001101 1100010 110101

Color Harmonies of #1199FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1199FD

Black with #1199FD

Text Example


Text Example

White with #1199FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1199FD; }

 p { color: rgb(17,153,253); }

 H1.HeaderClassName
 {
   color: #1199FD;
 }
 .AnyTagClassName
 {
   color: #1199FD;
 }
</style>

background-color css

<style>
 a { background-color: #1199FD; }

 a { background-color: rgb(17,153,253); }

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

border-color css

<style>
 span { border-color: #1199FD; }

 span { border-color: rgb(17,153,253); }

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