Html Css Color HEX #227CCB Curious Blue

📋 copy color: '#227CCB'

red 34 ◦ green 124 ◦ blue 203

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

Shades of Curious Blue #227CCB

Tints of Curious Blue #227CCB

RGB

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

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

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

R = 9.42%
G = 34.35%
B = 56.23%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#227CCB (or 0x227CCB) is known color: Curious Blue. HEX triplet: 22, 7C and CB. RGB value is (34,124,203). Sum of RGB (Red+Green+Blue) = 34+124+203=361 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.42% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #227CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227CCB is #DD8334. Grayscale: #696969. Windows color (decimal): -14517045 or 13335586. OLE color: 13335586.

HSL color Cylindrical-coordinate representation of color #227CCB: hue angle of 208.05º 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 #227CCB is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 34 124 203 -
CMYK 0.83 0.39 0 0.20
HSL 208.05º 0.71% 0.46% -
HSV(B) 208.05º 0.83% 0.8% -
XYZ 18.65 19.07 59.2 -
YUV 106.1 182.68 76.58 -
System Red Green Blue C M Y K H S L
Decimal 34 124 203 0.83 0.39 0 0.20 208.05 0.71 0.46
Hex 22 7C CB 53 27 0 14 D0 47 2E
Octal 42 174 313 123 47 0 24 320 107 56
Binary 100010 1111100 11001011 1010011 100111 0 10100 11010000 1000111 101110

Color Harmonies of #227CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227CCB

Black with #227CCB

Text Example


Text Example

White with #227CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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