Html Css Color HEX #1279FD Dodger Blue

📋 copy color: '#1279FD'

red 18 ◦ green 121 ◦ blue 253

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

Shades of Dodger Blue #1279FD

Tints of Dodger Blue #1279FD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.87%

 BLUE value IS 253 (99.22% from 255) = 64.54%

R = 4.59%
G = 30.87%
B = 64.54%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1279FD (or 0x1279FD) is known color: Dodger Blue. HEX triplet: 12, 79 and FD. RGB value is (18,121,253). Sum of RGB (Red+Green+Blue) = 18+121+253=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #1279FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1279FD is #ED8602. Grayscale: #686868. Windows color (decimal): -15566339 or 16611602. OLE color: 16611602.

HSL color Cylindrical-coordinate representation of color #1279FD: hue angle of 213.7º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1279FD is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 121 253 -
CMYK 0.93 0.52 0 0.01
HSL 213.7º 0.98% 0.53% -
HSV(B) 213.7º 0.93% 0.99% -
XYZ 24.82 20.9 95.65 -
YUV 105.25 211.38 65.77 -
System Red Green Blue C M Y K H S L
Decimal 18 121 253 0.93 0.52 0 0.01 213.7 0.98 0.53
Hex 12 79 FD 5D 34 0 1 D6 62 35
Octal 22 171 375 135 64 0 1 326 142 65
Binary 10010 1111001 11111101 1011101 110100 0 1 11010110 1100010 110101

Color Harmonies of #1279FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1279FD

Black with #1279FD

Text Example


Text Example

White with #1279FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1279FD; }

 p { color: rgb(18,121,253); }

 H1.HeaderClassName
 {
   color: #1279FD;
 }
 .AnyTagClassName
 {
   color: #1279FD;
 }
</style>

background-color css

<style>
 a { background-color: #1279FD; }

 a { background-color: rgb(18,121,253); }

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

border-color css

<style>
 span { border-color: #1279FD; }

 span { border-color: rgb(18,121,253); }

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