Html Css Color HEX #1264FE Dodger Blue

📋 copy color: '#1264FE'

red 18 ◦ green 100 ◦ blue 254

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

Shades of Dodger Blue #1264FE

Tints of Dodger Blue #1264FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.88%

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

R = 4.84%
G = 26.88%
B = 68.28%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1264FE (or 0x1264FE) is known color: Dodger Blue. HEX triplet: 12, 64 and FE. RGB value is (18,100,254). Sum of RGB (Red+Green+Blue) = 18+100+254=372 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.84% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #1264FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1264FE is #ED9B01. Grayscale: #5C5C5C. Windows color (decimal): -15571714 or 16671762. OLE color: 16671762.

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

Color convert

RGB 18 100 254 -
CMYK 0.93 0.61 0 0.00
HSL 219.15º 0.99% 0.53% -
HSV(B) 219.15º 0.93% 1% -
XYZ 22.7 16.4 95.73 -
YUV 93.04 218.83 74.48 -
System Red Green Blue C M Y K H S L
Decimal 18 100 254 0.93 0.61 0 0.00 219.15 0.99 0.53
Hex 12 64 FE 5D 3D 0 0 DB 63 35
Octal 22 144 376 135 75 0 0 333 143 65
Binary 10010 1100100 11111110 1011101 111101 0 0 11011011 1100011 110101

Color Harmonies of #1264FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1264FE

Black with #1264FE

Text Example


Text Example

White with #1264FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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