Html Css Color HEX #227ED5 Curious Blue

📋 copy color: '#227ED5'

red 34 ◦ green 126 ◦ blue 213

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

Shades of Curious Blue #227ED5

Tints of Curious Blue #227ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 57.1%

R = 9.12%
G = 33.78%
B = 57.1%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#227ED5 (or 0x227ED5) is known color: Curious Blue. HEX triplet: 22, 7E and D5. RGB value is (34,126,213). Sum of RGB (Red+Green+Blue) = 34+126+213=373 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.12% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 213 (83.59% from 255 or 57.10% from 373); Max value from RGB is 213 - color contains mainly: blue. Hex color #227ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227ED5 is #DD812A. Grayscale: #6B6B6B. Windows color (decimal): -14516523 or 13991458. OLE color: 13991458.

HSL color Cylindrical-coordinate representation of color #227ED5: hue angle of 209.16º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #227ED5 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 34 126 213 -
CMYK 0.84 0.41 0 0.16
HSL 209.16º 0.72% 0.48% -
HSV(B) 209.16º 0.84% 0.84% -
XYZ 20.13 20.07 65.76 -
YUV 108.41 187.02 74.93 -
System Red Green Blue C M Y K H S L
Decimal 34 126 213 0.84 0.41 0 0.16 209.16 0.72 0.48
Hex 22 7E D5 54 29 0 10 D1 48 30
Octal 42 176 325 124 51 0 20 321 110 60
Binary 100010 1111110 11010101 1010100 101001 0 10000 11010001 1001000 110000

Color Harmonies of #227ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227ED5

Black with #227ED5

Text Example


Text Example

White with #227ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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