Html Css Color HEX #2276FF Dodger Blue

📋 copy color: '#2276FF'

red 34 ◦ green 118 ◦ blue 255

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

Shades of Dodger Blue #2276FF

Tints of Dodger Blue #2276FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 62.65%

R = 8.35%
G = 28.99%
B = 62.65%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2276FF (or 0x2276FF) is known color: Dodger Blue. HEX triplet: 22, 76 and FF. RGB value is (34,118,255). Sum of RGB (Red+Green+Blue) = 34+118+255=407 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.35% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #2276FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2276FF is #DD8900. Grayscale: #6B6B6B. Windows color (decimal): -14518529 or 16741922. OLE color: 16741922.

HSL color Cylindrical-coordinate representation of color #2276FF: hue angle of 217.19º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2276FF is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 34 118 255 -
CMYK 0.87 0.54 0 0
HSL 217.19º 1% 0.57% -
HSV(B) 217.19º 0.87% 1% -
XYZ 25.19 20.52 97.24 -
YUV 108.5 210.67 74.86 -
System Red Green Blue C M Y K H S L
Decimal 34 118 255 0.87 0.54 0 0 217.19 1 0.57
Hex 22 76 FF 57 36 0 0 D9 64 39
Octal 42 166 377 127 66 0 0 331 144 71
Binary 100010 1110110 11111111 1010111 110110 0 0 11011001 1100100 111001

Color Harmonies of #2276FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2276FF

Black with #2276FF

Text Example


Text Example

White with #2276FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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