Html Css Color HEX #227EE0 Dodger Blue

📋 copy color: '#227EE0'

red 34 ◦ green 126 ◦ blue 224

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

Shades of Dodger Blue #227EE0

Tints of Dodger Blue #227EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 58.33%

R = 8.85%
G = 32.81%
B = 58.33%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#227EE0 (or 0x227EE0) is known color: Dodger Blue. HEX triplet: 22, 7E and E0. RGB value is (34,126,224). Sum of RGB (Red+Green+Blue) = 34+126+224=384 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.85% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 224 (87.89% from 255 or 58.33% from 384); Max value from RGB is 224 - color contains mainly: blue. Hex color #227EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227EE0 is #DD811F. Grayscale: #6D6D6D. Windows color (decimal): -14516512 or 14712354. OLE color: 14712354.

HSL color Cylindrical-coordinate representation of color #227EE0: hue angle of 210.95º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #227EE0 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 34 126 224 -
CMYK 0.85 0.44 0 0.12
HSL 210.95º 0.75% 0.51% -
HSV(B) 210.95º 0.85% 0.88% -
XYZ 21.58 20.64 73.37 -
YUV 109.66 192.52 74.03 -
System Red Green Blue C M Y K H S L
Decimal 34 126 224 0.85 0.44 0 0.12 210.95 0.75 0.51
Hex 22 7E E0 55 2C 0 C D3 4B 33
Octal 42 176 340 125 54 0 14 323 113 63
Binary 100010 1111110 11100000 1010101 101100 0 1100 11010011 1001011 110011

Color Harmonies of #227EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227EE0

Black with #227EE0

Text Example


Text Example

White with #227EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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