#2F7AD1

Color #2F7AD1 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2F7AD1

Tints of Curious Blue #2F7AD1

Color information

#2F7AD1 (or 0x2F7AD1) is unknown color: approx Curious Blue. HEX triplet: 2F, 7A and D1. RGB value is (47,122,209). Sum of RGB (Red+Green+Blue) = 47+122+209=378 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.43% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 209 (82.03% from 255 or 55.29% from 378); Max value from RGB is 209 - color contains mainly: blue. Hex color #2F7AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7AD1 is #D0852E. Grayscale: #6D6D6D. Windows color (decimal): -13665583 or 13728303. OLE color: 13728303.

HSL color Cylindrical-coordinate representation of color #2F7AD1: hue angle of 212.22º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F7AD1 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB47122209-
CMYK0.780.4200.18
HSL212.22º63.78%50.2%-
HSV(B)212.22º77.51%81.96%-
XYZ19.6419.1362.98-
YUV109.49184.1583.43-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.43%
GREEN value IS 122 (48.05% from 255) = 32.28%
BLUE value IS 209 (82.03% from 255) = 55.29%
R=12.43%
G=32.28%
B=55.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal471222090.780.4200.18212.2263.7850.2
Hex2F7AD14E2A012d44032
Octal571723211165202232410062
Binary1011111111010110100011001110101010010010110101001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F7AD1; }

 p { color: rgb(47,122,209); }

 H1.HeaderClassName
 {
   color: #2F7AD1;
 }
 .AnyTagClassName
 {
   color: #2F7AD1;
 }
</style>
background-color css

<style>
 a { background-color: #2F7AD1; }

 a { background-color: rgb(47,122,209); }

 div.DivClassName
 {
   background-color: #2F7AD1;
 }
 .BgClassName
 {
   background-color: #2F7AD1;
 }
</style>
border-color css

<style>
 span { border-color: #2F7AD1; }

 span { border-color: rgb(47,122,209); }

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