Html Css Color HEX #227DCB Curious Blue

📋 copy color: '#227DCB'

red 34 ◦ green 125 ◦ blue 203

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

Shades of Curious Blue #227DCB

Tints of Curious Blue #227DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 56.08%

R = 9.39%
G = 34.53%
B = 56.08%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#227DCB (or 0x227DCB) is known color: Curious Blue. HEX triplet: 22, 7D and CB. RGB value is (34,125,203). Sum of RGB (Red+Green+Blue) = 34+125+203=362 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.39% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #227DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227DCB is #DD8234. Grayscale: #6A6A6A. Windows color (decimal): -14516789 or 13335842. OLE color: 13335842.

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

Color convert

RGB 34 125 203 -
CMYK 0.83 0.38 0 0.20
HSL 207.69º 0.71% 0.46% -
HSV(B) 207.69º 0.83% 0.8% -
XYZ 18.77 19.32 59.24 -
YUV 106.68 182.35 76.16 -
System Red Green Blue C M Y K H S L
Decimal 34 125 203 0.83 0.38 0 0.20 207.69 0.71 0.46
Hex 22 7D CB 53 26 0 14 D0 47 2E
Octal 42 175 313 123 46 0 24 320 107 56
Binary 100010 1111101 11001011 1010011 100110 0 10100 11010000 1000111 101110

Color Harmonies of #227DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227DCB

Black with #227DCB

Text Example


Text Example

White with #227DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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