Html Css Color HEX #128AF1 Dodger Blue

📋 copy color: '#128AF1'

red 18 ◦ green 138 ◦ blue 241

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

Shades of Dodger Blue #128AF1

Tints of Dodger Blue #128AF1

RGB

 RED value IS 18 (7.42% from 255) = 4.53%

 GREEN value IS 138 (54.3% from 255) = 34.76%

 BLUE value IS 241 (94.53% from 255) = 60.71%

R = 4.53%
G = 34.76%
B = 60.71%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#128AF1 (or 0x128AF1) is known color: Dodger Blue. HEX triplet: 12, 8A and F1. RGB value is (18,138,241). Sum of RGB (Red+Green+Blue) = 18+138+241=397 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.53% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #128AF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128AF1 is #ED750E. Grayscale: #717171. Windows color (decimal): -15561999 or 15829522. OLE color: 15829522.

HSL color Cylindrical-coordinate representation of color #128AF1: hue angle of 207.71º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #128AF1 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 138 241 -
CMYK 0.93 0.43 0 0.05
HSL 207.71º 0.89% 0.51% -
HSV(B) 207.71º 0.93% 0.95% -
XYZ 25.22 24.66 86.65 -
YUV 113.86 199.74 59.62 -
System Red Green Blue C M Y K H S L
Decimal 18 138 241 0.93 0.43 0 0.05 207.71 0.89 0.51
Hex 12 8A F1 5D 2B 0 5 D0 59 33
Octal 22 212 361 135 53 0 5 320 131 63
Binary 10010 10001010 11110001 1011101 101011 0 101 11010000 1011001 110011

Color Harmonies of #128AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128AF1

Black with #128AF1

Text Example


Text Example

White with #128AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128AF1; }

 p { color: rgb(18,138,241); }

 H1.HeaderClassName
 {
   color: #128AF1;
 }
 .AnyTagClassName
 {
   color: #128AF1;
 }
</style>

background-color css

<style>
 a { background-color: #128AF1; }

 a { background-color: rgb(18,138,241); }

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

border-color css

<style>
 span { border-color: #128AF1; }

 span { border-color: rgb(18,138,241); }

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