Html Css Color HEX #2679FE Dodger Blue

📋 copy color: '#2679FE'

red 38 ◦ green 121 ◦ blue 254

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

Shades of Dodger Blue #2679FE

Tints of Dodger Blue #2679FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.5%

R = 9.2%
G = 29.3%
B = 61.5%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2679FE (or 0x2679FE) is known color: Dodger Blue. HEX triplet: 26, 79 and FE. RGB value is (38,121,254). Sum of RGB (Red+Green+Blue) = 38+121+254=413 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.20% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #2679FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2679FE is #D98601. Grayscale: #6E6E6E. Windows color (decimal): -14255618 or 16677158. OLE color: 16677158.

HSL color Cylindrical-coordinate representation of color #2679FE: hue angle of 216.94º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2679FE is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 38 121 254 -
CMYK 0.85 0.52 0 0.00
HSL 216.94º 0.99% 0.57% -
HSV(B) 216.94º 0.85% 1% -
XYZ 25.53 21.24 96.52 -
YUV 111.35 208.5 75.69 -
System Red Green Blue C M Y K H S L
Decimal 38 121 254 0.85 0.52 0 0.00 216.94 0.99 0.57
Hex 26 79 FE 55 34 0 0 D9 63 39
Octal 46 171 376 125 64 0 0 331 143 71
Binary 100110 1111001 11111110 1010101 110100 0 0 11011001 1100011 111001

Color Harmonies of #2679FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2679FE

Black with #2679FE

Text Example


Text Example

White with #2679FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2679FE; }

 p { color: rgb(38,121,254); }

 H1.HeaderClassName
 {
   color: #2679FE;
 }
 .AnyTagClassName
 {
   color: #2679FE;
 }
</style>

background-color css

<style>
 a { background-color: #2679FE; }

 a { background-color: rgb(38,121,254); }

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

border-color css

<style>
 span { border-color: #2679FE; }

 span { border-color: rgb(38,121,254); }

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