Html Css Color HEX #227EED Dodger Blue

📋 copy color: '#227EED'

red 34 ◦ green 126 ◦ blue 237

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

Shades of Dodger Blue #227EED

Tints of Dodger Blue #227EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.7%

R = 8.56%
G = 31.74%
B = 59.7%

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

#227EED (or 0x227EED) is known color: Dodger Blue. HEX triplet: 22, 7E and ED. RGB value is (34,126,237). Sum of RGB (Red+Green+Blue) = 34+126+237=397 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.56% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #227EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227EED is #DD8112. Grayscale: #6E6E6E. Windows color (decimal): -14516499 or 15564322. OLE color: 15564322.

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

Color convert

RGB 34 126 237 -
CMYK 0.86 0.47 0 0.07
HSL 212.81º 0.85% 0.53% -
HSV(B) 212.81º 0.86% 0.93% -
XYZ 23.41 21.38 83.01 -
YUV 111.15 199.02 72.97 -
System Red Green Blue C M Y K H S L
Decimal 34 126 237 0.86 0.47 0 0.07 212.81 0.85 0.53
Hex 22 7E ED 56 2F 0 7 D5 55 35
Octal 42 176 355 126 57 0 7 325 125 65
Binary 100010 1111110 11101101 1010110 101111 0 111 11010101 1010101 110101

Color Harmonies of #227EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227EED

Black with #227EED

Text Example


Text Example

White with #227EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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