Html Css Color HEX #1261FB Dodger Blue

📋 copy color: '#1261FB'

red 18 ◦ green 97 ◦ blue 251

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

Shades of Dodger Blue #1261FB

Tints of Dodger Blue #1261FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 68.58%

R = 4.92%
G = 26.5%
B = 68.58%

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

#1261FB (or 0x1261FB) is known color: Dodger Blue. HEX triplet: 12, 61 and FB. RGB value is (18,97,251). Sum of RGB (Red+Green+Blue) = 18+97+251=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #1261FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1261FB is #ED9E04. Grayscale: #5A5A5A. Windows color (decimal): -15572485 or 16474386. OLE color: 16474386.

HSL color Cylindrical-coordinate representation of color #1261FB: hue angle of 219.66º degrees, saturation: 0.97, 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 #1261FB is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 97 251 -
CMYK 0.93 0.61 0 0.02
HSL 219.66º 0.97% 0.53% -
HSV(B) 219.66º 0.93% 0.98% -
XYZ 21.94 15.64 93.13 -
YUV 90.94 218.33 75.98 -
System Red Green Blue C M Y K H S L
Decimal 18 97 251 0.93 0.61 0 0.02 219.66 0.97 0.53
Hex 12 61 FB 5D 3D 0 2 DC 61 35
Octal 22 141 373 135 75 0 2 334 141 65
Binary 10010 1100001 11111011 1011101 111101 0 10 11011100 1100001 110101

Color Harmonies of #1261FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1261FB

Black with #1261FB

Text Example


Text Example

White with #1261FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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