Html Css Color HEX #2280EE Dodger Blue

📋 copy color: '#2280EE'

red 34 ◦ green 128 ◦ blue 238

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

Shades of Dodger Blue #2280EE

Tints of Dodger Blue #2280EE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32%

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

R = 8.5%
G = 32%
B = 59.5%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2280EE (or 0x2280EE) is known color: Dodger Blue. HEX triplet: 22, 80 and EE. RGB value is (34,128,238). Sum of RGB (Red+Green+Blue) = 34+128+238=400 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.5% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #2280EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2280EE is #DD7F11. Grayscale: #6F6F6F. Windows color (decimal): -14515986 or 15630370. OLE color: 15630370.

HSL color Cylindrical-coordinate representation of color #2280EE: hue angle of 212.35º 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 #2280EE is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 128 238 -
CMYK 0.86 0.46 0 0.07
HSL 212.35º 0.86% 0.53% -
HSV(B) 212.35º 0.86% 0.93% -
XYZ 23.81 21.95 83.87 -
YUV 112.43 198.86 72.06 -
System Red Green Blue C M Y K H S L
Decimal 34 128 238 0.86 0.46 0 0.07 212.35 0.86 0.53
Hex 22 80 EE 56 2E 0 7 D4 56 35
Octal 42 200 356 126 56 0 7 324 126 65
Binary 100010 10000000 11101110 1010110 101110 0 111 11010100 1010110 110101

Color Harmonies of #2280EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2280EE

Black with #2280EE

Text Example


Text Example

White with #2280EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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