Html Css Color HEX #1266FE Dodger Blue

📋 copy color: '#1266FE'

red 18 ◦ green 102 ◦ blue 254

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

Shades of Dodger Blue #1266FE

Tints of Dodger Blue #1266FE

RGB

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

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

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

R = 4.81%
G = 27.27%
B = 67.91%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1266FE (or 0x1266FE) is known color: Dodger Blue. HEX triplet: 12, 66 and FE. RGB value is (18,102,254). Sum of RGB (Red+Green+Blue) = 18+102+254=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #1266FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1266FE is #ED9901. Grayscale: #5D5D5D. Windows color (decimal): -15571202 or 16672274. OLE color: 16672274.

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

Color convert

RGB 18 102 254 -
CMYK 0.93 0.60 0 0.00
HSL 218.64º 0.99% 0.53% -
HSV(B) 218.64º 0.93% 1% -
XYZ 22.89 16.79 95.8 -
YUV 94.21 218.17 73.64 -
System Red Green Blue C M Y K H S L
Decimal 18 102 254 0.93 0.60 0 0.00 218.64 0.99 0.53
Hex 12 66 FE 5D 3C 0 0 DB 63 35
Octal 22 146 376 135 74 0 0 333 143 65
Binary 10010 1100110 11111110 1011101 111100 0 0 11011011 1100011 110101

Color Harmonies of #1266FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1266FE

Black with #1266FE

Text Example


Text Example

White with #1266FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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