Html Css Color HEX #1279F3 Dodger Blue

📋 copy color: '#1279F3'

red 18 ◦ green 121 ◦ blue 243

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

Shades of Dodger Blue #1279F3

Tints of Dodger Blue #1279F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 63.61%

R = 4.71%
G = 31.68%
B = 63.61%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1279F3 (or 0x1279F3) is known color: Dodger Blue. HEX triplet: 12, 79 and F3. RGB value is (18,121,243). Sum of RGB (Red+Green+Blue) = 18+121+243=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 243 (95.31% from 255 or 63.61% from 382); Max value from RGB is 243 - color contains mainly: blue. Hex color #1279F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1279F3 is #ED860C. Grayscale: #676767. Windows color (decimal): -15566349 or 15956242. OLE color: 15956242.

HSL color Cylindrical-coordinate representation of color #1279F3: hue angle of 212.53º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1279F3 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 121 243 -
CMYK 0.93 0.50 0 0.05
HSL 212.53º 0.9% 0.51% -
HSV(B) 212.53º 0.93% 0.95% -
XYZ 23.26 20.27 87.48 -
YUV 104.11 206.38 66.58 -
System Red Green Blue C M Y K H S L
Decimal 18 121 243 0.93 0.50 0 0.05 212.53 0.9 0.51
Hex 12 79 F3 5D 32 0 5 D5 5A 33
Octal 22 171 363 135 62 0 5 325 132 63
Binary 10010 1111001 11110011 1011101 110010 0 101 11010101 1011010 110011

Color Harmonies of #1279F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1279F3

Black with #1279F3

Text Example


Text Example

White with #1279F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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