Html Css Color HEX #227CBD Curious Blue

📋 copy color: '#227CBD'

red 34 ◦ green 124 ◦ blue 189

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

Shades of Curious Blue #227CBD

Tints of Curious Blue #227CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.47%

R = 9.8%
G = 35.73%
B = 54.47%

CMYK

 C value IS 0.82

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#227CBD (or 0x227CBD) is known color: Curious Blue. HEX triplet: 22, 7C and BD. RGB value is (34,124,189). Sum of RGB (Red+Green+Blue) = 34+124+189=347 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.80% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #227CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227CBD is #DD8342. Grayscale: #686868. Windows color (decimal): -14517059 or 12418082. OLE color: 12418082.

HSL color Cylindrical-coordinate representation of color #227CBD: hue angle of 205.16º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #227CBD is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 34 124 189 -
CMYK 0.82 0.34 0 0.26
HSL 205.16º 0.7% 0.44% -
HSV(B) 205.16º 0.82% 0.74% -
XYZ 17.05 18.43 50.8 -
YUV 104.5 175.68 77.71 -
System Red Green Blue C M Y K H S L
Decimal 34 124 189 0.82 0.34 0 0.26 205.16 0.7 0.44
Hex 22 7C BD 52 22 0 1A CD 46 2C
Octal 42 174 275 122 42 0 32 315 106 54
Binary 100010 1111100 10111101 1010010 100010 0 11010 11001101 1000110 101100

Color Harmonies of #227CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227CBD

Black with #227CBD

Text Example


Text Example

White with #227CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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