Html Css Color HEX #2679EE Dodger Blue

📋 copy color: '#2679EE'

red 38 ◦ green 121 ◦ blue 238

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

Shades of Dodger Blue #2679EE

Tints of Dodger Blue #2679EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.95%

R = 9.57%
G = 30.48%
B = 59.95%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2679EE (or 0x2679EE) is known color: Dodger Blue. HEX triplet: 26, 79 and EE. RGB value is (38,121,238). Sum of RGB (Red+Green+Blue) = 38+121+238=397 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.57% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #2679EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2679EE is #D98611. Grayscale: #6C6C6C. Windows color (decimal): -14255634 or 15628582. OLE color: 15628582.

HSL color Cylindrical-coordinate representation of color #2679EE: hue angle of 215.1º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2679EE is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 121 238 -
CMYK 0.84 0.49 0 0.07
HSL 215.1º 0.85% 0.54% -
HSV(B) 215.1º 0.84% 0.93% -
XYZ 23.07 20.26 83.58 -
YUV 109.52 200.5 76.99 -
System Red Green Blue C M Y K H S L
Decimal 38 121 238 0.84 0.49 0 0.07 215.1 0.85 0.54
Hex 26 79 EE 54 31 0 7 D7 55 36
Octal 46 171 356 124 61 0 7 327 125 66
Binary 100110 1111001 11101110 1010100 110001 0 111 11010111 1010101 110110

Color Harmonies of #2679EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2679EE

Black with #2679EE

Text Example


Text Example

White with #2679EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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