Html Css Color HEX #227FCC Curious Blue

📋 copy color: '#227FCC'

red 34 ◦ green 127 ◦ blue 204

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

Shades of Curious Blue #227FCC

Tints of Curious Blue #227FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.89%

R = 9.32%
G = 34.79%
B = 55.89%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#227FCC (or 0x227FCC) is known color: Curious Blue. HEX triplet: 22, 7F and CC. RGB value is (34,127,204). Sum of RGB (Red+Green+Blue) = 34+127+204=365 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.32% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #227FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227FCC is #DD8033. Grayscale: #6B6B6B. Windows color (decimal): -14516276 or 13401890. OLE color: 13401890.

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

Color convert

RGB 34 127 204 -
CMYK 0.83 0.38 0 0.2
HSL 207.18º 0.71% 0.47% -
HSV(B) 207.18º 0.83% 0.8% -
XYZ 19.15 19.88 59.95 -
YUV 107.97 182.19 75.24 -
System Red Green Blue C M Y K H S L
Decimal 34 127 204 0.83 0.38 0 0.2 207.18 0.71 0.47
Hex 22 7F CC 53 26 0 14 CF 47 2F
Octal 42 177 314 123 46 0 24 317 107 57
Binary 100010 1111111 11001100 1010011 100110 0 10100 11001111 1000111 101111

Color Harmonies of #227FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227FCC

Black with #227FCC

Text Example


Text Example

White with #227FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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