Html Css Color HEX #1279FC Dodger Blue

📋 copy color: '#1279FC'

red 18 ◦ green 121 ◦ blue 252

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

Shades of Dodger Blue #1279FC

Tints of Dodger Blue #1279FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.45%

R = 4.6%
G = 30.95%
B = 64.45%

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

#1279FC (or 0x1279FC) is known color: Dodger Blue. HEX triplet: 12, 79 and FC. RGB value is (18,121,252). Sum of RGB (Red+Green+Blue) = 18+121+252=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #1279FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1279FC is #ED8603. Grayscale: #686868. Windows color (decimal): -15566340 or 16546066. OLE color: 16546066.

HSL color Cylindrical-coordinate representation of color #1279FC: hue angle of 213.59º 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 #1279FC is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 121 252 -
CMYK 0.93 0.52 0 0.01
HSL 213.59º 0.98% 0.53% -
HSV(B) 213.59º 0.93% 0.99% -
XYZ 24.66 20.83 94.82 -
YUV 105.14 210.88 65.85 -
System Red Green Blue C M Y K H S L
Decimal 18 121 252 0.93 0.52 0 0.01 213.59 0.98 0.53
Hex 12 79 FC 5D 34 0 1 D6 62 35
Octal 22 171 374 135 64 0 1 326 142 65
Binary 10010 1111001 11111100 1011101 110100 0 1 11010110 1100010 110101

Color Harmonies of #1279FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1279FC

Black with #1279FC

Text Example


Text Example

White with #1279FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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