Html Css Color HEX #227EDE Dodger Blue

📋 copy color: '#227EDE'

red 34 ◦ green 126 ◦ blue 222

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

Shades of Dodger Blue #227EDE

Tints of Dodger Blue #227EDE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.98%

 BLUE value IS 222 (87.11% from 255) = 58.12%

R = 8.9%
G = 32.98%
B = 58.12%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#227EDE (or 0x227EDE) is known color: Dodger Blue. HEX triplet: 22, 7E and DE. RGB value is (34,126,222). Sum of RGB (Red+Green+Blue) = 34+126+222=382 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.90% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #227EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227EDE is #DD8121. Grayscale: #6C6C6C. Windows color (decimal): -14516514 or 14581282. OLE color: 14581282.

HSL color Cylindrical-coordinate representation of color #227EDE: hue angle of 210.64º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #227EDE is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 126 222 -
CMYK 0.85 0.43 0 0.13
HSL 210.64º 0.74% 0.5% -
HSV(B) 210.64º 0.85% 0.87% -
XYZ 21.31 20.54 71.95 -
YUV 109.44 191.52 74.19 -
System Red Green Blue C M Y K H S L
Decimal 34 126 222 0.85 0.43 0 0.13 210.64 0.74 0.5
Hex 22 7E DE 55 2B 0 D D3 4A 32
Octal 42 176 336 125 53 0 15 323 112 62
Binary 100010 1111110 11011110 1010101 101011 0 1101 11010011 1001010 110010

Color Harmonies of #227EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227EDE

Black with #227EDE

Text Example


Text Example

White with #227EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227EDE; }

 p { color: rgb(34,126,222); }

 H1.HeaderClassName
 {
   color: #227EDE;
 }
 .AnyTagClassName
 {
   color: #227EDE;
 }
</style>

background-color css

<style>
 a { background-color: #227EDE; }

 a { background-color: rgb(34,126,222); }

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

border-color css

<style>
 span { border-color: #227EDE; }

 span { border-color: rgb(34,126,222); }

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