Html Css Color HEX #1278FF Dodger Blue

📋 copy color: '#1278FF'

red 18 ◦ green 120 ◦ blue 255

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

Shades of Dodger Blue #1278FF

Tints of Dodger Blue #1278FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.89%

R = 4.58%
G = 30.53%
B = 64.89%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1278FF (or 0x1278FF) is known color: Dodger Blue. HEX triplet: 12, 78 and FF. RGB value is (18,120,255). Sum of RGB (Red+Green+Blue) = 18+120+255=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #1278FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1278FF is #ED8700. Grayscale: #686868. Windows color (decimal): -15566593 or 16742418. OLE color: 16742418.

HSL color Cylindrical-coordinate representation of color #1278FF: hue angle of 214.18º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1278FF is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 120 255 -
CMYK 0.93 0.53 0 0
HSL 214.18º 1% 0.54% -
HSV(B) 214.18º 0.93% 1% -
XYZ 25.02 20.78 97.3 -
YUV 104.89 212.71 66.02 -
System Red Green Blue C M Y K H S L
Decimal 18 120 255 0.93 0.53 0 0 214.18 1 0.54
Hex 12 78 FF 5D 35 0 0 D6 64 36
Octal 22 170 377 135 65 0 0 326 144 66
Binary 10010 1111000 11111111 1011101 110101 0 0 11010110 1100100 110110

Color Harmonies of #1278FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1278FF

Black with #1278FF

Text Example


Text Example

White with #1278FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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