Html Css Color HEX #227DB7 Curious Blue

📋 copy color: '#227DB7'

red 34 ◦ green 125 ◦ blue 183

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

Shades of Curious Blue #227DB7

Tints of Curious Blue #227DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 53.51%

R = 9.94%
G = 36.55%
B = 53.51%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#227DB7 (or 0x227DB7) is known color: Curious Blue. HEX triplet: 22, 7D and B7. RGB value is (34,125,183). Sum of RGB (Red+Green+Blue) = 34+125+183=342 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.94% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 183 (71.88% from 255 or 53.51% from 342); Max value from RGB is 183 - color contains mainly: blue. Hex color #227DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227DB7 is #DD8248. Grayscale: #686868. Windows color (decimal): -14516809 or 12025122. OLE color: 12025122.

HSL color Cylindrical-coordinate representation of color #227DB7: hue angle of 203.36º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #227DB7 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 34 125 183 -
CMYK 0.81 0.32 0 0.28
HSL 203.36º 0.69% 0.43% -
HSV(B) 203.36º 0.81% 0.72% -
XYZ 16.54 18.43 47.48 -
YUV 104.4 172.35 77.78 -
System Red Green Blue C M Y K H S L
Decimal 34 125 183 0.81 0.32 0 0.28 203.36 0.69 0.43
Hex 22 7D B7 51 20 0 1C CB 45 2B
Octal 42 175 267 121 40 0 34 313 105 53
Binary 100010 1111101 10110111 1010001 100000 0 11100 11001011 1000101 101011

Color Harmonies of #227DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227DB7

Black with #227DB7

Text Example


Text Example

White with #227DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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