Html Css Color HEX #227FCE Curious Blue

📋 copy color: '#227FCE'

red 34 ◦ green 127 ◦ blue 206

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

Shades of Curious Blue #227FCE

Tints of Curious Blue #227FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.13%

R = 9.26%
G = 34.6%
B = 56.13%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#227FCE (or 0x227FCE) is known color: Curious Blue. HEX triplet: 22, 7F and CE. RGB value is (34,127,206). Sum of RGB (Red+Green+Blue) = 34+127+206=367 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.26% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #227FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227FCE is #DD8031. Grayscale: #6B6B6B. Windows color (decimal): -14516274 or 13532962. OLE color: 13532962.

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

Color convert

RGB 34 127 206 -
CMYK 0.83 0.38 0 0.19
HSL 207.56º 0.72% 0.47% -
HSV(B) 207.56º 0.83% 0.81% -
XYZ 19.39 19.98 61.23 -
YUV 108.2 183.19 75.08 -
System Red Green Blue C M Y K H S L
Decimal 34 127 206 0.83 0.38 0 0.19 207.56 0.72 0.47
Hex 22 7F CE 53 26 0 13 D0 48 2F
Octal 42 177 316 123 46 0 23 320 110 57
Binary 100010 1111111 11001110 1010011 100110 0 10011 11010000 1001000 101111

Color Harmonies of #227FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227FCE

Black with #227FCE

Text Example


Text Example

White with #227FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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