Html Css Color HEX #1266FB Dodger Blue

📋 copy color: '#1266FB'

red 18 ◦ green 102 ◦ blue 251

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

Shades of Dodger Blue #1266FB

Tints of Dodger Blue #1266FB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.49%

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

R = 4.85%
G = 27.49%
B = 67.65%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1266FB (or 0x1266FB) is known color: Dodger Blue. HEX triplet: 12, 66 and FB. RGB value is (18,102,251). Sum of RGB (Red+Green+Blue) = 18+102+251=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #1266FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1266FB is #ED9904. Grayscale: #5D5D5D. Windows color (decimal): -15571205 or 16475666. OLE color: 16475666.

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

Color convert

RGB 18 102 251 -
CMYK 0.93 0.59 0 0.02
HSL 218.37º 0.97% 0.53% -
HSV(B) 218.37º 0.93% 0.98% -
XYZ 22.41 16.6 93.29 -
YUV 93.87 216.67 73.88 -
System Red Green Blue C M Y K H S L
Decimal 18 102 251 0.93 0.59 0 0.02 218.37 0.97 0.53
Hex 12 66 FB 5D 3B 0 2 DA 61 35
Octal 22 146 373 135 73 0 2 332 141 65
Binary 10010 1100110 11111011 1011101 111011 0 10 11011010 1100001 110101

Color Harmonies of #1266FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1266FB

Black with #1266FB

Text Example


Text Example

White with #1266FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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