Html Css Color HEX #227FD1 Curious Blue

📋 copy color: '#227FD1'

red 34 ◦ green 127 ◦ blue 209

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

Shades of Curious Blue #227FD1

Tints of Curious Blue #227FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 56.49%

R = 9.19%
G = 34.32%
B = 56.49%

CMYK

 C value IS 0.84

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#227FD1 (or 0x227FD1) is known color: Curious Blue. HEX triplet: 22, 7F and D1. RGB value is (34,127,209). Sum of RGB (Red+Green+Blue) = 34+127+209=370 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.19% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 209 (82.03% from 255 or 56.49% from 370); Max value from RGB is 209 - color contains mainly: blue. Hex color #227FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227FD1 is #DD802E. Grayscale: #6C6C6C. Windows color (decimal): -14516271 or 13729570. OLE color: 13729570.

HSL color Cylindrical-coordinate representation of color #227FD1: hue angle of 208.11º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #227FD1 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 34 127 209 -
CMYK 0.84 0.39 0 0.18
HSL 208.11º 0.72% 0.48% -
HSV(B) 208.11º 0.84% 0.82% -
XYZ 19.76 20.12 63.16 -
YUV 108.54 184.69 74.83 -
System Red Green Blue C M Y K H S L
Decimal 34 127 209 0.84 0.39 0 0.18 208.11 0.72 0.48
Hex 22 7F D1 54 27 0 12 D0 48 30
Octal 42 177 321 124 47 0 22 320 110 60
Binary 100010 1111111 11010001 1010100 100111 0 10010 11010000 1001000 110000

Color Harmonies of #227FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227FD1

Black with #227FD1

Text Example


Text Example

White with #227FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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