Html Css Color HEX #227EEA Dodger Blue

📋 copy color: '#227EEA'

red 34 ◦ green 126 ◦ blue 234

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

Shades of Dodger Blue #227EEA

Tints of Dodger Blue #227EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.39%

R = 8.63%
G = 31.98%
B = 59.39%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#227EEA (or 0x227EEA) is known color: Dodger Blue. HEX triplet: 22, 7E and EA. RGB value is (34,126,234). Sum of RGB (Red+Green+Blue) = 34+126+234=394 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.63% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #227EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227EEA is #DD8115. Grayscale: #6E6E6E. Windows color (decimal): -14516502 or 15367714. OLE color: 15367714.

HSL color Cylindrical-coordinate representation of color #227EEA: hue angle of 212.4º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #227EEA is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 34 126 234 -
CMYK 0.85 0.46 0 0.08
HSL 212.4º 0.83% 0.53% -
HSV(B) 212.4º 0.85% 0.92% -
XYZ 22.97 21.2 80.72 -
YUV 110.8 197.52 73.22 -
System Red Green Blue C M Y K H S L
Decimal 34 126 234 0.85 0.46 0 0.08 212.4 0.83 0.53
Hex 22 7E EA 55 2E 0 8 D4 53 35
Octal 42 176 352 125 56 0 10 324 123 65
Binary 100010 1111110 11101010 1010101 101110 0 1000 11010100 1010011 110101

Color Harmonies of #227EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227EEA

Black with #227EEA

Text Example


Text Example

White with #227EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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