Html Css Color HEX #1195FA Dodger Blue

📋 copy color: '#1195FA'

red 17 ◦ green 149 ◦ blue 250

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

Shades of Dodger Blue #1195FA

Tints of Dodger Blue #1195FA

RGB

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

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

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

R = 4.09%
G = 35.82%
B = 60.1%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1195FA (or 0x1195FA) is known color: Dodger Blue. HEX triplet: 11, 95 and FA. RGB value is (17,149,250). Sum of RGB (Red+Green+Blue) = 17+149+250=416 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.09% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #1195FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1195FA is #EE6A05. Grayscale: #787878. Windows color (decimal): -15624710 or 16422161. OLE color: 16422161.

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

Color convert

RGB 17 149 250 -
CMYK 0.93 0.40 0 0.02
HSL 206.01º 0.96% 0.52% -
HSV(B) 206.01º 0.93% 0.98% -
XYZ 28.23 28.52 94.46 -
YUV 121.05 200.77 53.79 -
System Red Green Blue C M Y K H S L
Decimal 17 149 250 0.93 0.40 0 0.02 206.01 0.96 0.52
Hex 11 95 FA 5D 28 0 2 CE 60 34
Octal 21 225 372 135 50 0 2 316 140 64
Binary 10001 10010101 11111010 1011101 101000 0 10 11001110 1100000 110100

Color Harmonies of #1195FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1195FA

Black with #1195FA

Text Example


Text Example

White with #1195FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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