Html Css Color HEX #1278F1 Dodger Blue

📋 copy color: '#1278F1'

red 18 ◦ green 120 ◦ blue 241

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

Shades of Dodger Blue #1278F1

Tints of Dodger Blue #1278F1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.66%

 BLUE value IS 241 (94.53% from 255) = 63.59%

R = 4.75%
G = 31.66%
B = 63.59%

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

#1278F1 (or 0x1278F1) is known color: Dodger Blue. HEX triplet: 12, 78 and F1. RGB value is (18,120,241). Sum of RGB (Red+Green+Blue) = 18+120+241=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 241 (94.53% from 255 or 63.59% from 379); Max value from RGB is 241 - color contains mainly: blue. Hex color #1278F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1278F1 is #ED870E. Grayscale: #666666. Windows color (decimal): -15566607 or 15824914. OLE color: 15824914.

HSL color Cylindrical-coordinate representation of color #1278F1: hue angle of 212.56º degrees, saturation: 0.89, 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 #1278F1 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 120 241 -
CMYK 0.93 0.50 0 0.05
HSL 212.56º 0.89% 0.51% -
HSV(B) 212.56º 0.93% 0.95% -
XYZ 22.84 19.91 85.86 -
YUV 103.3 205.71 67.16 -
System Red Green Blue C M Y K H S L
Decimal 18 120 241 0.93 0.50 0 0.05 212.56 0.89 0.51
Hex 12 78 F1 5D 32 0 5 D5 59 33
Octal 22 170 361 135 62 0 5 325 131 63
Binary 10010 1111000 11110001 1011101 110010 0 101 11010101 1011001 110011

Color Harmonies of #1278F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1278F1

Black with #1278F1

Text Example


Text Example

White with #1278F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1278F1; }

 p { color: rgb(18,120,241); }

 H1.HeaderClassName
 {
   color: #1278F1;
 }
 .AnyTagClassName
 {
   color: #1278F1;
 }
</style>

background-color css

<style>
 a { background-color: #1278F1; }

 a { background-color: rgb(18,120,241); }

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

border-color css

<style>
 span { border-color: #1278F1; }

 span { border-color: rgb(18,120,241); }

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