Html Css Color HEX #227ED2 Curious Blue

📋 copy color: '#227ED2'

red 34 ◦ green 126 ◦ blue 210

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

Shades of Curious Blue #227ED2

Tints of Curious Blue #227ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 56.76%

R = 9.19%
G = 34.05%
B = 56.76%

CMYK

 C value IS 0.84

 M value IS 0.4

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#227ED2 (or 0x227ED2) is known color: Curious Blue. HEX triplet: 22, 7E and D2. RGB value is (34,126,210). Sum of RGB (Red+Green+Blue) = 34+126+210=370 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.19% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 210 (82.42% from 255 or 56.76% from 370); Max value from RGB is 210 - color contains mainly: blue. Hex color #227ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227ED2 is #DD812D. Grayscale: #6B6B6B. Windows color (decimal): -14516526 or 13794850. OLE color: 13794850.

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

Color convert

RGB 34 126 210 -
CMYK 0.84 0.4 0 0.18
HSL 208.64º 0.72% 0.48% -
HSV(B) 208.64º 0.84% 0.82% -
XYZ 19.75 19.91 63.78 -
YUV 108.07 185.52 75.17 -
System Red Green Blue C M Y K H S L
Decimal 34 126 210 0.84 0.4 0 0.18 208.64 0.72 0.48
Hex 22 7E D2 54 28 0 12 D1 48 30
Octal 42 176 322 124 50 0 22 321 110 60
Binary 100010 1111110 11010010 1010100 101000 0 10010 11010001 1001000 110000

Color Harmonies of #227ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227ED2

Black with #227ED2

Text Example


Text Example

White with #227ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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