Html Css Color HEX #227EF4 Dodger Blue

📋 copy color: '#227EF4'

red 34 ◦ green 126 ◦ blue 244

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

Shades of Dodger Blue #227EF4

Tints of Dodger Blue #227EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 60.4%

R = 8.42%
G = 31.19%
B = 60.4%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#227EF4 (or 0x227EF4) is known color: Dodger Blue. HEX triplet: 22, 7E and F4. RGB value is (34,126,244). Sum of RGB (Red+Green+Blue) = 34+126+244=404 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.42% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 244 (95.70% from 255 or 60.40% from 404); Max value from RGB is 244 - color contains mainly: blue. Hex color #227EF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227EF4 is #DD810B. Grayscale: #6F6F6F. Windows color (decimal): -14516492 or 16023074. OLE color: 16023074.

HSL color Cylindrical-coordinate representation of color #227EF4: hue angle of 213.71º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #227EF4 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 34 126 244 -
CMYK 0.86 0.48 0 0.04
HSL 213.71º 0.91% 0.55% -
HSV(B) 213.71º 0.86% 0.96% -
XYZ 24.45 21.79 88.51 -
YUV 111.94 202.52 72.41 -
System Red Green Blue C M Y K H S L
Decimal 34 126 244 0.86 0.48 0 0.04 213.71 0.91 0.55
Hex 22 7E F4 56 30 0 4 D6 5B 37
Octal 42 176 364 126 60 0 4 326 133 67
Binary 100010 1111110 11110100 1010110 110000 0 100 11010110 1011011 110111

Color Harmonies of #227EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227EF4

Black with #227EF4

Text Example


Text Example

White with #227EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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