Html Css Color HEX #227CC9 Curious Blue

📋 copy color: '#227CC9'

red 34 ◦ green 124 ◦ blue 201

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

Shades of Curious Blue #227CC9

Tints of Curious Blue #227CC9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.54%

 BLUE value IS 201 (78.91% from 255) = 55.99%

R = 9.47%
G = 34.54%
B = 55.99%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#227CC9 (or 0x227CC9) is known color: Curious Blue. HEX triplet: 22, 7C and C9. RGB value is (34,124,201). Sum of RGB (Red+Green+Blue) = 34+124+201=359 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.47% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 201 (78.91% from 255 or 55.99% from 359); Max value from RGB is 201 - color contains mainly: blue. Hex color #227CC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227CC9 is #DD8336. Grayscale: #696969. Windows color (decimal): -14517047 or 13204514. OLE color: 13204514.

HSL color Cylindrical-coordinate representation of color #227CC9: hue angle of 207.66º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #227CC9 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 34 124 201 -
CMYK 0.83 0.38 0 0.21
HSL 207.66º 0.71% 0.46% -
HSV(B) 207.66º 0.83% 0.79% -
XYZ 18.41 18.97 57.95 -
YUV 105.87 181.68 76.74 -
System Red Green Blue C M Y K H S L
Decimal 34 124 201 0.83 0.38 0 0.21 207.66 0.71 0.46
Hex 22 7C C9 53 26 0 15 D0 47 2E
Octal 42 174 311 123 46 0 25 320 107 56
Binary 100010 1111100 11001001 1010011 100110 0 10101 11010000 1000111 101110

Color Harmonies of #227CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227CC9

Black with #227CC9

Text Example


Text Example

White with #227CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,124,201); }

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

background-color css

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

 a { background-color: rgb(34,124,201); }

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

border-color css

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

 span { border-color: rgb(34,124,201); }

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