Html Css Color HEX #119BF4 Dodger Blue

📋 copy color: '#119BF4'

red 17 ◦ green 155 ◦ blue 244

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

Shades of Dodger Blue #119BF4

Tints of Dodger Blue #119BF4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.26%

 BLUE value IS 244 (95.7% from 255) = 58.65%

R = 4.09%
G = 37.26%
B = 58.65%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#119BF4 (or 0x119BF4) is known color: Dodger Blue. HEX triplet: 11, 9B and F4. RGB value is (17,155,244). Sum of RGB (Red+Green+Blue) = 17+155+244=416 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.09% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 244 (95.70% from 255 or 58.65% from 416); Max value from RGB is 244 - color contains mainly: blue. Hex color #119BF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119BF4 is #EE640B. Grayscale: #7B7B7B. Windows color (decimal): -15623180 or 16030481. OLE color: 16030481.

HSL color Cylindrical-coordinate representation of color #119BF4: hue angle of 203.52º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119BF4 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 17 155 244 -
CMYK 0.93 0.36 0 0.04
HSL 203.52º 0.91% 0.51% -
HSV(B) 203.52º 0.93% 0.96% -
XYZ 28.28 30.09 89.91 -
YUV 123.88 195.78 51.76 -
System Red Green Blue C M Y K H S L
Decimal 17 155 244 0.93 0.36 0 0.04 203.52 0.91 0.51
Hex 11 9B F4 5D 24 0 4 CC 5B 33
Octal 21 233 364 135 44 0 4 314 133 63
Binary 10001 10011011 11110100 1011101 100100 0 100 11001100 1011011 110011

Color Harmonies of #119BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119BF4

Black with #119BF4

Text Example


Text Example

White with #119BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119BF4; }

 p { color: rgb(17,155,244); }

 H1.HeaderClassName
 {
   color: #119BF4;
 }
 .AnyTagClassName
 {
   color: #119BF4;
 }
</style>

background-color css

<style>
 a { background-color: #119BF4; }

 a { background-color: rgb(17,155,244); }

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

border-color css

<style>
 span { border-color: #119BF4; }

 span { border-color: rgb(17,155,244); }

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