Html Css Color HEX #2678F6 Dodger Blue

📋 copy color: '#2678F6'

red 38 ◦ green 120 ◦ blue 246

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

Shades of Dodger Blue #2678F6

Tints of Dodger Blue #2678F6

RGB

 RED value IS 38 (15.23% from 255) = 9.41%

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

 BLUE value IS 246 (96.48% from 255) = 60.89%

R = 9.41%
G = 29.7%
B = 60.89%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2678F6 (or 0x2678F6) is known color: Dodger Blue. HEX triplet: 26, 78 and F6. RGB value is (38,120,246). Sum of RGB (Red+Green+Blue) = 38+120+246=404 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.41% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 246 (96.48% from 255 or 60.89% from 404); Max value from RGB is 246 - color contains mainly: blue. Hex color #2678F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2678F6 is #D98709. Grayscale: #6D6D6D. Windows color (decimal): -14255882 or 16152614. OLE color: 16152614.

HSL color Cylindrical-coordinate representation of color #2678F6: hue angle of 216.35º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2678F6 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 38 120 246 -
CMYK 0.85 0.51 0 0.04
HSL 216.35º 0.92% 0.56% -
HSV(B) 216.35º 0.85% 0.96% -
XYZ 24.15 20.5 89.87 -
YUV 109.85 204.83 76.75 -
System Red Green Blue C M Y K H S L
Decimal 38 120 246 0.85 0.51 0 0.04 216.35 0.92 0.56
Hex 26 78 F6 55 33 0 4 D8 5C 38
Octal 46 170 366 125 63 0 4 330 134 70
Binary 100110 1111000 11110110 1010101 110011 0 100 11011000 1011100 111000

Color Harmonies of #2678F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2678F6

Black with #2678F6

Text Example


Text Example

White with #2678F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2678F6; }

 p { color: rgb(38,120,246); }

 H1.HeaderClassName
 {
   color: #2678F6;
 }
 .AnyTagClassName
 {
   color: #2678F6;
 }
</style>

background-color css

<style>
 a { background-color: #2678F6; }

 a { background-color: rgb(38,120,246); }

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

border-color css

<style>
 span { border-color: #2678F6; }

 span { border-color: rgb(38,120,246); }

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