Html Css Color HEX #1195FC Dodger Blue

📋 copy color: '#1195FC'

red 17 ◦ green 149 ◦ blue 252

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

Shades of Dodger Blue #1195FC

Tints of Dodger Blue #1195FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.29%

R = 4.07%
G = 35.65%
B = 60.29%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1195FC (or 0x1195FC) is known color: Dodger Blue. HEX triplet: 11, 95 and FC. RGB value is (17,149,252). Sum of RGB (Red+Green+Blue) = 17+149+252=418 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.07% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #1195FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1195FC is #EE6A03. Grayscale: #787878. Windows color (decimal): -15624708 or 16553233. OLE color: 16553233.

HSL color Cylindrical-coordinate representation of color #1195FC: hue angle of 206.3º 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 #1195FC is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 17 149 252 -
CMYK 0.93 0.41 0 0.01
HSL 206.3º 0.98% 0.53% -
HSV(B) 206.3º 0.93% 0.99% -
XYZ 28.55 28.64 96.12 -
YUV 121.27 201.77 53.62 -
System Red Green Blue C M Y K H S L
Decimal 17 149 252 0.93 0.41 0 0.01 206.3 0.98 0.53
Hex 11 95 FC 5D 29 0 1 CE 62 35
Octal 21 225 374 135 51 0 1 316 142 65
Binary 10001 10010101 11111100 1011101 101001 0 1 11001110 1100010 110101

Color Harmonies of #1195FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1195FC

Black with #1195FC

Text Example


Text Example

White with #1195FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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