Html Css Color HEX #1264FF Dodger Blue

📋 copy color: '#1264FF'

red 18 ◦ green 100 ◦ blue 255

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

Shades of Dodger Blue #1264FF

Tints of Dodger Blue #1264FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.36%

R = 4.83%
G = 26.81%
B = 68.36%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1264FF (or 0x1264FF) is known color: Dodger Blue. HEX triplet: 12, 64 and FF. RGB value is (18,100,255). Sum of RGB (Red+Green+Blue) = 18+100+255=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #1264FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1264FF is #ED9B00. Grayscale: #5C5C5C. Windows color (decimal): -15571713 or 16737298. OLE color: 16737298.

HSL color Cylindrical-coordinate representation of color #1264FF: hue angle of 219.24º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1264FF is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 100 255 -
CMYK 0.93 0.61 0 0
HSL 219.24º 1% 0.54% -
HSV(B) 219.24º 0.93% 1% -
XYZ 22.86 16.46 96.58 -
YUV 93.15 219.33 74.4 -
System Red Green Blue C M Y K H S L
Decimal 18 100 255 0.93 0.61 0 0 219.24 1 0.54
Hex 12 64 FF 5D 3D 0 0 DB 64 36
Octal 22 144 377 135 75 0 0 333 144 66
Binary 10010 1100100 11111111 1011101 111101 0 0 11011011 1100100 110110

Color Harmonies of #1264FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1264FF

Black with #1264FF

Text Example


Text Example

White with #1264FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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