Html Css Color HEX #1261FE Dodger Blue

📋 copy color: '#1261FE'

red 18 ◦ green 97 ◦ blue 254

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

Shades of Dodger Blue #1261FE

Tints of Dodger Blue #1261FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.29%

 BLUE value IS 254 (99.61% from 255) = 68.83%

R = 4.88%
G = 26.29%
B = 68.83%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1261FE (or 0x1261FE) is known color: Dodger Blue. HEX triplet: 12, 61 and FE. RGB value is (18,97,254). Sum of RGB (Red+Green+Blue) = 18+97+254=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #1261FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1261FE is #ED9E01. Grayscale: #5A5A5A. Windows color (decimal): -15572482 or 16670994. OLE color: 16670994.

HSL color Cylindrical-coordinate representation of color #1261FE: hue angle of 219.92º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1261FE is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 18 97 254 -
CMYK 0.93 0.62 0 0.00
HSL 219.92º 0.99% 0.53% -
HSV(B) 219.92º 0.93% 1% -
XYZ 22.41 15.83 95.64 -
YUV 91.28 219.83 75.73 -
System Red Green Blue C M Y K H S L
Decimal 18 97 254 0.93 0.62 0 0.00 219.92 0.99 0.53
Hex 12 61 FE 5D 3E 0 0 DC 63 35
Octal 22 141 376 135 76 0 0 334 143 65
Binary 10010 1100001 11111110 1011101 111110 0 0 11011100 1100011 110101

Color Harmonies of #1261FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1261FE

Black with #1261FE

Text Example


Text Example

White with #1261FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1261FE; }

 p { color: rgb(18,97,254); }

 H1.HeaderClassName
 {
   color: #1261FE;
 }
 .AnyTagClassName
 {
   color: #1261FE;
 }
</style>

background-color css

<style>
 a { background-color: #1261FE; }

 a { background-color: rgb(18,97,254); }

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

border-color css

<style>
 span { border-color: #1261FE; }

 span { border-color: rgb(18,97,254); }

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