Html Css Color HEX #227FCA Curious Blue

📋 copy color: '#227FCA'

red 34 ◦ green 127 ◦ blue 202

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

Shades of Curious Blue #227FCA

Tints of Curious Blue #227FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.65%

R = 9.37%
G = 34.99%
B = 55.65%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#227FCA (or 0x227FCA) is known color: Curious Blue. HEX triplet: 22, 7F and CA. RGB value is (34,127,202). Sum of RGB (Red+Green+Blue) = 34+127+202=363 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.37% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #227FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227FCA is #DD8035. Grayscale: #6B6B6B. Windows color (decimal): -14516278 or 13270818. OLE color: 13270818.

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

Color convert

RGB 34 127 202 -
CMYK 0.83 0.37 0 0.21
HSL 206.79º 0.71% 0.46% -
HSV(B) 206.79º 0.83% 0.79% -
XYZ 18.91 19.78 58.7 -
YUV 107.74 181.19 75.4 -
System Red Green Blue C M Y K H S L
Decimal 34 127 202 0.83 0.37 0 0.21 206.79 0.71 0.46
Hex 22 7F CA 53 25 0 15 CF 47 2E
Octal 42 177 312 123 45 0 25 317 107 56
Binary 100010 1111111 11001010 1010011 100101 0 10101 11001111 1000111 101110

Color Harmonies of #227FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227FCA

Black with #227FCA

Text Example


Text Example

White with #227FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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