Html Css Color HEX #227DB5 Curious Blue

📋 copy color: '#227DB5'

red 34 ◦ green 125 ◦ blue 181

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

Shades of Curious Blue #227DB5

Tints of Curious Blue #227DB5

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.76%

 BLUE value IS 181 (71.09% from 255) = 53.24%

R = 10%
G = 36.76%
B = 53.24%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#227DB5 (or 0x227DB5) is known color: Curious Blue. HEX triplet: 22, 7D and B5. RGB value is (34,125,181). Sum of RGB (Red+Green+Blue) = 34+125+181=340 (45% of max value = 765). Red value is 34 (13.67% from 255 or 10% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 181 (71.09% from 255 or 53.24% from 340); Max value from RGB is 181 - color contains mainly: blue. Hex color #227DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227DB5 is #DD824A. Grayscale: #676767. Windows color (decimal): -14516811 or 11894050. OLE color: 11894050.

HSL color Cylindrical-coordinate representation of color #227DB5: hue angle of 202.86º 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 #227DB5 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 34 125 181 -
CMYK 0.81 0.31 0 0.29
HSL 202.86º 0.68% 0.42% -
HSV(B) 202.86º 0.81% 0.71% -
XYZ 16.33 18.34 46.4 -
YUV 104.18 171.35 77.95 -
System Red Green Blue C M Y K H S L
Decimal 34 125 181 0.81 0.31 0 0.29 202.86 0.68 0.42
Hex 22 7D B5 51 1F 0 1D CB 44 2A
Octal 42 175 265 121 37 0 35 313 104 52
Binary 100010 1111101 10110101 1010001 11111 0 11101 11001011 1000100 101010

Color Harmonies of #227DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227DB5

Black with #227DB5

Text Example


Text Example

White with #227DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,125,181); }

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

background-color css

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

 a { background-color: rgb(34,125,181); }

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

border-color css

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

 span { border-color: rgb(34,125,181); }

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