Html Css Color HEX #1279ED Dodger Blue

📋 copy color: '#1279ED'

red 18 ◦ green 121 ◦ blue 237

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

Shades of Dodger Blue #1279ED

Tints of Dodger Blue #1279ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 63.03%

R = 4.79%
G = 32.18%
B = 63.03%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1279ED (or 0x1279ED) is known color: Dodger Blue. HEX triplet: 12, 79 and ED. RGB value is (18,121,237). Sum of RGB (Red+Green+Blue) = 18+121+237=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 237 (92.97% from 255 or 63.03% from 376); Max value from RGB is 237 - color contains mainly: blue. Hex color #1279ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1279ED is #ED8612. Grayscale: #666666. Windows color (decimal): -15566355 or 15563026. OLE color: 15563026.

HSL color Cylindrical-coordinate representation of color #1279ED: hue angle of 211.78º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1279ED is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 121 237 -
CMYK 0.92 0.49 0 0.07
HSL 211.78º 0.86% 0.5% -
HSV(B) 211.78º 0.92% 0.93% -
XYZ 22.37 19.92 82.79 -
YUV 103.43 203.38 67.07 -
System Red Green Blue C M Y K H S L
Decimal 18 121 237 0.92 0.49 0 0.07 211.78 0.86 0.5
Hex 12 79 ED 5C 31 0 7 D4 56 32
Octal 22 171 355 134 61 0 7 324 126 62
Binary 10010 1111001 11101101 1011100 110001 0 111 11010100 1010110 110010

Color Harmonies of #1279ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1279ED

Black with #1279ED

Text Example


Text Example

White with #1279ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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