Html Css Color HEX #2679ED Dodger Blue

📋 copy color: '#2679ED'

red 38 ◦ green 121 ◦ blue 237

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

Shades of Dodger Blue #2679ED

Tints of Dodger Blue #2679ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.85%

R = 9.6%
G = 30.56%
B = 59.85%

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

#2679ED (or 0x2679ED) is known color: Dodger Blue. HEX triplet: 26, 79 and ED. RGB value is (38,121,237). Sum of RGB (Red+Green+Blue) = 38+121+237=396 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.60% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #2679ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2679ED is #D98612. Grayscale: #6C6C6C. Windows color (decimal): -14255635 or 15563046. OLE color: 15563046.

HSL color Cylindrical-coordinate representation of color #2679ED: hue angle of 214.97º 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 #2679ED is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 121 237 -
CMYK 0.84 0.49 0 0.07
HSL 214.97º 0.85% 0.54% -
HSV(B) 214.97º 0.84% 0.93% -
XYZ 22.92 20.2 82.81 -
YUV 109.41 200 77.07 -
System Red Green Blue C M Y K H S L
Decimal 38 121 237 0.84 0.49 0 0.07 214.97 0.85 0.54
Hex 26 79 ED 54 31 0 7 D7 55 36
Octal 46 171 355 124 61 0 7 327 125 66
Binary 100110 1111001 11101101 1010100 110001 0 111 11010111 1010101 110110

Color Harmonies of #2679ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2679ED

Black with #2679ED

Text Example


Text Example

White with #2679ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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