Html Css Color HEX #1278FD Dodger Blue

📋 copy color: '#1278FD'

red 18 ◦ green 120 ◦ blue 253

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

Shades of Dodger Blue #1278FD

Tints of Dodger Blue #1278FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 64.71%

R = 4.6%
G = 30.69%
B = 64.71%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1278FD (or 0x1278FD) is known color: Dodger Blue. HEX triplet: 12, 78 and FD. RGB value is (18,120,253). Sum of RGB (Red+Green+Blue) = 18+120+253=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 253 (99.22% from 255 or 64.71% from 391); Max value from RGB is 253 - color contains mainly: blue. Hex color #1278FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1278FD is #ED8702. Grayscale: #686868. Windows color (decimal): -15566595 or 16611346. OLE color: 16611346.

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

Color convert

RGB 18 120 253 -
CMYK 0.93 0.53 0 0.01
HSL 213.96º 0.98% 0.53% -
HSV(B) 213.96º 0.93% 0.99% -
XYZ 24.7 20.65 95.61 -
YUV 104.66 211.71 66.19 -
System Red Green Blue C M Y K H S L
Decimal 18 120 253 0.93 0.53 0 0.01 213.96 0.98 0.53
Hex 12 78 FD 5D 35 0 1 D6 62 35
Octal 22 170 375 135 65 0 1 326 142 65
Binary 10010 1111000 11111101 1011101 110101 0 1 11010110 1100010 110101

Color Harmonies of #1278FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1278FD

Black with #1278FD

Text Example


Text Example

White with #1278FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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