Html Css Color HEX #1195FB Dodger Blue

📋 copy color: '#1195FB'

red 17 ◦ green 149 ◦ blue 251

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

Shades of Dodger Blue #1195FB

Tints of Dodger Blue #1195FB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.73%

 BLUE value IS 251 (98.44% from 255) = 60.19%

R = 4.08%
G = 35.73%
B = 60.19%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1195FB (or 0x1195FB) is known color: Dodger Blue. HEX triplet: 11, 95 and FB. RGB value is (17,149,251). Sum of RGB (Red+Green+Blue) = 17+149+251=417 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.08% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #1195FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1195FB is #EE6A04. Grayscale: #787878. Windows color (decimal): -15624709 or 16487697. OLE color: 16487697.

HSL color Cylindrical-coordinate representation of color #1195FB: hue angle of 206.15º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1195FB is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 149 251 -
CMYK 0.93 0.41 0 0.02
HSL 206.15º 0.97% 0.53% -
HSV(B) 206.15º 0.93% 0.98% -
XYZ 28.39 28.58 95.29 -
YUV 121.16 201.27 53.71 -
System Red Green Blue C M Y K H S L
Decimal 17 149 251 0.93 0.41 0 0.02 206.15 0.97 0.53
Hex 11 95 FB 5D 29 0 2 CE 61 35
Octal 21 225 373 135 51 0 2 316 141 65
Binary 10001 10010101 11111011 1011101 101001 0 10 11001110 1100001 110101

Color Harmonies of #1195FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1195FB

Black with #1195FB

Text Example


Text Example

White with #1195FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1195FB; }

 p { color: rgb(17,149,251); }

 H1.HeaderClassName
 {
   color: #1195FB;
 }
 .AnyTagClassName
 {
   color: #1195FB;
 }
</style>

background-color css

<style>
 a { background-color: #1195FB; }

 a { background-color: rgb(17,149,251); }

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

border-color css

<style>
 span { border-color: #1195FB; }

 span { border-color: rgb(17,149,251); }

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