Html Css Color HEX #2276EE Dodger Blue

📋 copy color: '#2276EE'

red 34 ◦ green 118 ◦ blue 238

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

Shades of Dodger Blue #2276EE

Tints of Dodger Blue #2276EE

RGB

 RED value IS 34 (13.67% from 255) = 8.72%

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

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

R = 8.72%
G = 30.26%
B = 61.03%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2276EE (or 0x2276EE) is known color: Dodger Blue. HEX triplet: 22, 76 and EE. RGB value is (34,118,238). Sum of RGB (Red+Green+Blue) = 34+118+238=390 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.72% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #2276EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2276EE is #DD8911. Grayscale: #6A6A6A. Windows color (decimal): -14518546 or 15627810. OLE color: 15627810.

HSL color Cylindrical-coordinate representation of color #2276EE: hue angle of 215.29º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2276EE is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 118 238 -
CMYK 0.86 0.50 0 0.07
HSL 215.29º 0.86% 0.53% -
HSV(B) 215.29º 0.86% 0.93% -
XYZ 22.57 19.47 83.46 -
YUV 106.56 202.17 76.24 -
System Red Green Blue C M Y K H S L
Decimal 34 118 238 0.86 0.50 0 0.07 215.29 0.86 0.53
Hex 22 76 EE 56 32 0 7 D7 56 35
Octal 42 166 356 126 62 0 7 327 126 65
Binary 100010 1110110 11101110 1010110 110010 0 111 11010111 1010110 110101

Color Harmonies of #2276EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2276EE

Black with #2276EE

Text Example


Text Example

White with #2276EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,118,238); }

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

background-color css

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

 a { background-color: rgb(34,118,238); }

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

border-color css

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

 span { border-color: rgb(34,118,238); }

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