Html Css Color HEX #128FF1 Dodger Blue

📋 copy color: '#128FF1'

red 18 ◦ green 143 ◦ blue 241

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

Shades of Dodger Blue #128FF1

Tints of Dodger Blue #128FF1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.57%

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

R = 4.48%
G = 35.57%
B = 59.95%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#128FF1 (or 0x128FF1) is known color: Dodger Blue. HEX triplet: 12, 8F and F1. RGB value is (18,143,241). Sum of RGB (Red+Green+Blue) = 18+143+241=402 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.48% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 241 (94.53% from 255 or 59.95% from 402); Max value from RGB is 241 - color contains mainly: blue. Hex color #128FF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128FF1 is #ED700E. Grayscale: #747474. Windows color (decimal): -15560719 or 15830802. OLE color: 15830802.

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

Color convert

RGB 18 143 241 -
CMYK 0.93 0.41 0 0.05
HSL 206.37º 0.89% 0.51% -
HSV(B) 206.37º 0.93% 0.95% -
XYZ 25.95 26.12 86.89 -
YUV 116.8 198.09 57.53 -
System Red Green Blue C M Y K H S L
Decimal 18 143 241 0.93 0.41 0 0.05 206.37 0.89 0.51
Hex 12 8F F1 5D 29 0 5 CE 59 33
Octal 22 217 361 135 51 0 5 316 131 63
Binary 10010 10001111 11110001 1011101 101001 0 101 11001110 1011001 110011

Color Harmonies of #128FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128FF1

Black with #128FF1

Text Example


Text Example

White with #128FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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