Html Css Color HEX #2676FE Dodger Blue

📋 copy color: '#2676FE'

red 38 ◦ green 118 ◦ blue 254

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

Shades of Dodger Blue #2676FE

Tints of Dodger Blue #2676FE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.78%

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

R = 9.27%
G = 28.78%
B = 61.95%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2676FE (or 0x2676FE) is known color: Dodger Blue. HEX triplet: 26, 76 and FE. RGB value is (38,118,254). Sum of RGB (Red+Green+Blue) = 38+118+254=410 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.27% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #2676FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2676FE is #D98901. Grayscale: #6C6C6C. Windows color (decimal): -14256386 or 16676390. OLE color: 16676390.

HSL color Cylindrical-coordinate representation of color #2676FE: hue angle of 217.78º 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 #2676FE is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 38 118 254 -
CMYK 0.85 0.54 0 0.00
HSL 217.78º 0.99% 0.57% -
HSV(B) 217.78º 0.85% 1% -
XYZ 25.17 20.52 96.4 -
YUV 109.58 209.5 76.94 -
System Red Green Blue C M Y K H S L
Decimal 38 118 254 0.85 0.54 0 0.00 217.78 0.99 0.57
Hex 26 76 FE 55 36 0 0 DA 63 39
Octal 46 166 376 125 66 0 0 332 143 71
Binary 100110 1110110 11111110 1010101 110110 0 0 11011010 1100011 111001

Color Harmonies of #2676FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2676FE

Black with #2676FE

Text Example


Text Example

White with #2676FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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