Html Css Color HEX #227EEC Dodger Blue

📋 copy color: '#227EEC'

red 34 ◦ green 126 ◦ blue 236

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

Shades of Dodger Blue #227EEC

Tints of Dodger Blue #227EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59.6%

R = 8.59%
G = 31.82%
B = 59.6%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#227EEC (or 0x227EEC) is known color: Dodger Blue. HEX triplet: 22, 7E and EC. RGB value is (34,126,236). Sum of RGB (Red+Green+Blue) = 34+126+236=396 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.59% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #227EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227EEC is #DD8113. Grayscale: #6E6E6E. Windows color (decimal): -14516500 or 15498786. OLE color: 15498786.

HSL color Cylindrical-coordinate representation of color #227EEC: hue angle of 212.67º degrees, saturation: 0.84, 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 #227EEC is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 126 236 -
CMYK 0.86 0.47 0 0.07
HSL 212.67º 0.84% 0.53% -
HSV(B) 212.67º 0.86% 0.93% -
XYZ 23.26 21.32 82.25 -
YUV 111.03 198.52 73.06 -
System Red Green Blue C M Y K H S L
Decimal 34 126 236 0.86 0.47 0 0.07 212.67 0.84 0.53
Hex 22 7E EC 56 2F 0 7 D5 54 35
Octal 42 176 354 126 57 0 7 325 124 65
Binary 100010 1111110 11101100 1010110 101111 0 111 11010101 1010100 110101

Color Harmonies of #227EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227EEC

Black with #227EEC

Text Example


Text Example

White with #227EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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