Html Css Color HEX #119BFD Dodger Blue

📋 copy color: '#119BFD'

red 17 ◦ green 155 ◦ blue 253

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

Shades of Dodger Blue #119BFD

Tints of Dodger Blue #119BFD

RGB

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

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

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

R = 4%
G = 36.47%
B = 59.53%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#119BFD (or 0x119BFD) is known color: Dodger Blue. HEX triplet: 11, 9B and FD. RGB value is (17,155,253). Sum of RGB (Red+Green+Blue) = 17+155+253=425 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #119BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119BFD is #EE6402. Grayscale: #7C7C7C. Windows color (decimal): -15623171 or 16620305. OLE color: 16620305.

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

Color convert

RGB 17 155 253 -
CMYK 0.93 0.39 0 0.01
HSL 204.92º 0.98% 0.53% -
HSV(B) 204.92º 0.93% 0.99% -
XYZ 29.68 30.65 97.28 -
YUV 124.91 200.28 51.03 -
System Red Green Blue C M Y K H S L
Decimal 17 155 253 0.93 0.39 0 0.01 204.92 0.98 0.53
Hex 11 9B FD 5D 27 0 1 CD 62 35
Octal 21 233 375 135 47 0 1 315 142 65
Binary 10001 10011011 11111101 1011101 100111 0 1 11001101 1100010 110101

Color Harmonies of #119BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119BFD

Black with #119BFD

Text Example


Text Example

White with #119BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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