Html Css Color HEX #1261FD Dodger Blue

📋 copy color: '#1261FD'

red 18 ◦ green 97 ◦ blue 253

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

Shades of Dodger Blue #1261FD

Tints of Dodger Blue #1261FD

RGB

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

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

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

R = 4.89%
G = 26.36%
B = 68.75%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1261FD (or 0x1261FD) is known color: Dodger Blue. HEX triplet: 12, 61 and FD. RGB value is (18,97,253). Sum of RGB (Red+Green+Blue) = 18+97+253=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #1261FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1261FD is #ED9E02. Grayscale: #5A5A5A. Windows color (decimal): -15572483 or 16605458. OLE color: 16605458.

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

Color convert

RGB 18 97 253 -
CMYK 0.93 0.62 0 0.01
HSL 219.83º 0.98% 0.53% -
HSV(B) 219.83º 0.93% 0.99% -
XYZ 22.25 15.77 94.8 -
YUV 91.16 219.33 75.82 -
System Red Green Blue C M Y K H S L
Decimal 18 97 253 0.93 0.62 0 0.01 219.83 0.98 0.53
Hex 12 61 FD 5D 3E 0 1 DC 62 35
Octal 22 141 375 135 76 0 1 334 142 65
Binary 10010 1100001 11111101 1011101 111110 0 1 11011100 1100010 110101

Color Harmonies of #1261FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1261FD

Black with #1261FD

Text Example


Text Example

White with #1261FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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