Html Css Color HEX #1280F1 Dodger Blue

📋 copy color: '#1280F1'

red 18 ◦ green 128 ◦ blue 241

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

Shades of Dodger Blue #1280F1

Tints of Dodger Blue #1280F1

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.07%

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

R = 4.65%
G = 33.07%
B = 62.27%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1280F1 (or 0x1280F1) is known color: Dodger Blue. HEX triplet: 12, 80 and F1. RGB value is (18,128,241). Sum of RGB (Red+Green+Blue) = 18+128+241=387 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.65% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 241 (94.53% from 255 or 62.27% from 387); Max value from RGB is 241 - color contains mainly: blue. Hex color #1280F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1280F1 is #ED7F0E. Grayscale: #6B6B6B. Windows color (decimal): -15564559 or 15826962. OLE color: 15826962.

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

Color convert

RGB 18 128 241 -
CMYK 0.93 0.47 0 0.05
HSL 210.4º 0.89% 0.51% -
HSV(B) 210.4º 0.93% 0.95% -
XYZ 23.85 21.92 86.19 -
YUV 107.99 203.06 63.81 -
System Red Green Blue C M Y K H S L
Decimal 18 128 241 0.93 0.47 0 0.05 210.4 0.89 0.51
Hex 12 80 F1 5D 2F 0 5 D2 59 33
Octal 22 200 361 135 57 0 5 322 131 63
Binary 10010 10000000 11110001 1011101 101111 0 101 11010010 1011001 110011

Color Harmonies of #1280F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1280F1

Black with #1280F1

Text Example


Text Example

White with #1280F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1280F1; }

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

 H1.HeaderClassName
 {
   color: #1280F1;
 }
 .AnyTagClassName
 {
   color: #1280F1;
 }
</style>

background-color css

<style>
 a { background-color: #1280F1; }

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

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

border-color css

<style>
 span { border-color: #1280F1; }

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

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