Html Css Color HEX #227FB4 Curious Blue

📋 copy color: '#227FB4'

red 34 ◦ green 127 ◦ blue 180

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

Shades of Curious Blue #227FB4

Tints of Curious Blue #227FB4

RGB

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

 GREEN value IS 127 (50% from 255) = 37.24%

 BLUE value IS 180 (70.7% from 255) = 52.79%

R = 9.97%
G = 37.24%
B = 52.79%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#227FB4 (or 0x227FB4) is known color: Curious Blue. HEX triplet: 22, 7F and B4. RGB value is (34,127,180). Sum of RGB (Red+Green+Blue) = 34+127+180=341 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.97% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 180 (70.70% from 255 or 52.79% from 341); Max value from RGB is 180 - color contains mainly: blue. Hex color #227FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227FB4 is #DD804B. Grayscale: #686868. Windows color (decimal): -14516300 or 11829026. OLE color: 11829026.

HSL color Cylindrical-coordinate representation of color #227FB4: hue angle of 201.78º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #227FB4 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 34 127 180 -
CMYK 0.81 0.29 0 0.29
HSL 201.78º 0.68% 0.42% -
HSV(B) 201.78º 0.81% 0.71% -
XYZ 16.49 18.81 45.94 -
YUV 105.24 170.19 77.19 -
System Red Green Blue C M Y K H S L
Decimal 34 127 180 0.81 0.29 0 0.29 201.78 0.68 0.42
Hex 22 7F B4 51 1D 0 1D CA 44 2A
Octal 42 177 264 121 35 0 35 312 104 52
Binary 100010 1111111 10110100 1010001 11101 0 11101 11001010 1000100 101010

Color Harmonies of #227FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227FB4

Black with #227FB4

Text Example


Text Example

White with #227FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,127,180); }

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

background-color css

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

 a { background-color: rgb(34,127,180); }

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

border-color css

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

 span { border-color: rgb(34,127,180); }

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