Html Css Color HEX #1261FA Dodger Blue

📋 copy color: '#1261FA'

red 18 ◦ green 97 ◦ blue 250

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

Shades of Dodger Blue #1261FA

Tints of Dodger Blue #1261FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.49%

R = 4.93%
G = 26.58%
B = 68.49%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1261FA (or 0x1261FA) is known color: Dodger Blue. HEX triplet: 12, 61 and FA. RGB value is (18,97,250). Sum of RGB (Red+Green+Blue) = 18+97+250=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #1261FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1261FA is #ED9E05. Grayscale: #5A5A5A. Windows color (decimal): -15572486 or 16408850. OLE color: 16408850.

HSL color Cylindrical-coordinate representation of color #1261FA: hue angle of 219.57º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1261FA is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 97 250 -
CMYK 0.93 0.61 0 0.02
HSL 219.57º 0.96% 0.53% -
HSV(B) 219.57º 0.93% 0.98% -
XYZ 21.78 15.58 92.3 -
YUV 90.82 217.83 76.06 -
System Red Green Blue C M Y K H S L
Decimal 18 97 250 0.93 0.61 0 0.02 219.57 0.96 0.53
Hex 12 61 FA 5D 3D 0 2 DC 60 35
Octal 22 141 372 135 75 0 2 334 140 65
Binary 10010 1100001 11111010 1011101 111101 0 10 11011100 1100000 110101

Color Harmonies of #1261FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1261FA

Black with #1261FA

Text Example


Text Example

White with #1261FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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